Skip to content

Commit

Permalink
docs(guide): 修复标签大小写不一致 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexmin0412 authored Dec 5, 2022
1 parent a4e1775 commit 8492027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/jump.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ window.$wujie?.bus.$on("routeChange", (path) => this.$router.push({ path }));
```vue
<template>
<wujie-vue name="A" url="//hostA.com" :props="{jump}" ></WujieVue>
<wujie-vue name="A" url="//hostA.com" :props="{jump}" ></wujie-vue>
</template>

<script>
Expand Down

0 comments on commit 8492027

Please sign in to comment.