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