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