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