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