dengjunjie
2026-03-12 b9c0259fa2912d3cfbf588b0edcc4341afab4ff2
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid