xxyy
2025-03-27 56f8789d960e0e84f50cdf6a425b3e3a401ba884
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid