RuoYi
2025-12-04 90cbabb7a7a4b0dc5cf76f926b6cd63b989099f4
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },