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