tj
pan
2025-11-21 e62ab9b29a574191e29d27893ee82316fa6e6c14
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid