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