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