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