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