Skip to content

Commit

Permalink
docs: fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
dongnaebi committed Feb 18, 2023
1 parent 6c3456d commit 3a029fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p align="center">Axios + Vue = Axues ✌️</p>

<p align="center">
<a href="./README.md">英文</a>
<a href="./README.md">English</a>
|
<span>简体中文</span>
</p>
Expand Down Expand Up @@ -97,7 +97,7 @@ const { loading, success, error, data } = useAxues('/api/foo', { immediate: true
```

> 单看 `useAxues`, 它看起来很像 [vueuse](https://vueuse.org/core/useFetch/)[nuxt](https://nuxt.com/docs/api/composables/use-fetch)`useFetch`,
> [为什么 axues 需要创建并且注册成组件?](#why-axues-need-to-be-created-and-registered-as-a-plugin)
> [为什么 axues 需要创建并且注册成组件?](#为什么-axues-需要创建并且注册成组件)
这个例子就是最简单的使用示例,将 `url` 传给第一个参数,`options` 传给第二个参数,
`useAxues` 将返回一些非常好用的状态和方法,我们可以将这些状态、方法直接绑定到模板中。
Expand Down

0 comments on commit 3a029fc

Please sign in to comment.