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