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