RuoYi
2022-05-01 9476f7f61671f54fc288647594ce3db5ad621dd5
ruoyi-ui/src/layout/components/Sidebar/Link.vue
@@ -10,7 +10,7 @@
export default {
  props: {
    to: {
      type: String,
      type: [String, Object],
      required: true
    }
  },