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