1
xiazhengtongxue
2 天以前 82caba9b690a8dbe672e93039f31931c9dc4205c
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid