lihy2021
2022-10-27 1de2b7a57e13928f0c963d308cea65d10149c1a9
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },