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