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