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