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