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