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