wanshenmean
2024-09-12 939cd6b8ac3d28eb1c028a0ce15f7dacd53118ab
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid