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