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