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