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