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