zx
Admin
2026-01-14 67222e33415594adddf3d11cefbeb7c095889b57
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid