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