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