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