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