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