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