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