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