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