Skip to content

Commit

Permalink
docs: Keep consistent with the official website (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxKylin authored Nov 28, 2024
1 parent c729f1f commit 3bd5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/guide/best-practice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### 解构

VueUse 中的大多数函数返回一个**ref 对象**,你可以使用 ES6 的对象解构语法来提取所需的内容。例如:
VueUse 中的大多数函数返回一个**refs 对象**,你可以使用 [ES6 的对象解构语法](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment)来提取所需的内容。例如:

```ts twoslash
import { useMouse } from '@vueuse/core'
Expand Down

0 comments on commit 3bd5bf1

Please sign in to comment.