RuoYi
2021-12-18 7713948f5c7bc383ce14bb47c21ca8f7ada9973a
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },