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