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