RuoYi
2022-05-29 9c29907d57124b86822a1cac7f1cb93e1441cce7
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },