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