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