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