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