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