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