zhangchengsong
23 小时以前 f59f3b24814387573b5bca9a9b6c832a3720ee7e
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid