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