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