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