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