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