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