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