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