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