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