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