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