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