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