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