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