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