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