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