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