Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/vueuse/main'
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/core/createTemplatePromise/index.md
#	packages/shared/toRefs/index.md
  • Loading branch information
Alfred-Skyblue committed Jul 1, 2024
2 parents 921fd11 + b14d812 commit 4e1e1f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions meta/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const currentVersion = `v${version}`

export const versions = [
{ version: currentVersion },
{ version: 'v10.9.0', link: 'https://v10-9-0.vueuse.org/' },
{ version: 'v9.13.0', link: 'https://v9-13-0.vueuse.org/' },
{ version: 'v8.9.4', link: 'https://v8-9-4.vueuse.org/' },
{ version: 'v7.7.1', link: 'https://v7-7-1.vueuse.org/' },
Expand Down
2 changes: 1 addition & 1 deletion packages/core/createTemplatePromise/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const TemplatePromise = createTemplatePromise<ReturnType>({
</style>
```

了解更多关于 [Vue 过渡](https://v3.vuejs.org/guide/transitions-overview.html)
了解更多关于 [Vue 过渡](https://vuejs.org/guide/built-ins/transition.html)

## 动机

Expand Down
2 changes: 1 addition & 1 deletion packages/shared/toRefs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ category: Reactivity

# toRefs

扩展了 [`toRefs`](https://v3.vuejs.org/api/refs-api.html#torefs),还接受对象引用的 refs。
扩展了 [`toRefs`](https://vuejs.org/api/reactivity-utilities.html#torefs),还接受对象引用的 refs。

## 用法

Expand Down

0 comments on commit 4e1e1f1

Please sign in to comment.