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