若依
2022-04-24 95c1286f063054c095ce2279177dc8c96c5fa3bc
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },