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