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