pan
2025-11-27 4ddf15a164944d46dd6a9c102475ddd3ee1be8a2
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid