zhanghonglin
2025-08-19 96a94a59c08f55712ba04eb413e7f61739f11f66
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid