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