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