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