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