RuoYi
2022-06-26 89eb44afbc1805ea4afd9b03f3a16cf8460cdeee
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },