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