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