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