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