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