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