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