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