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