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