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