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