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