RuoYi
2024-04-08 1140a6c3339019d38af581f602fc72889ef30b58
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },