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