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