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