dengjunjie
2025-01-10 063fc95895b19118df5c58723358671d7445ccdd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid