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