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