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