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