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