孤舟烟雨
2022-07-12 73db68b08b7975d84a24ea8838a96083a996c1fc
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },