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