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