Giovanni
2023-03-10 7a090bda1eacb82cc8215735ca197a03274fcb6e
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },