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