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