yanjinhui
昨天 07b532a6a6adf0a9d965b037cf98c1f98accd138
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid