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