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