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