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