konbai
2022-02-19 2917d335bc3fd1f6dfb57cbad6d73ba48bc5f9d7
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },