lihy2021
2021-09-24 b477e40d3c98d06c5bd680b1eb3dd2ba6b230d6d
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },