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