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