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