huangxiaoqiang
2025-07-23 17129293a939a670a880f102e6ad3a09ce6101bd
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid