donghaoran
2022-03-07 2444fcc6467274e0b7022bd84c36ac2aa9b9b4a0
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },