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