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