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