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