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