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