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