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