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