who's hu
2023-08-22 16d8b71e21dc7298b30f46bf264cd9b3589a6978
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },