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