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