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