RuoYi
2024-06-25 8694501a7e693bc7629b4a60fcfad2fd1f418d8d
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },