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