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