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