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