qinchulong
2025-03-20 f4521233aa95e1e6c3a48d1199145b991c8950e6
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid