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