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