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