1
z8018
2025-08-26 3dc1554797ce21794a50be251e25ea0d840ff6d4
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid