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