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