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