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