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