若依
2022-01-18 74f991b8c5c0e51ceccf4a0efb8cac0925dd6168
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },