Skip to content

Commit 4fbac5f

Browse files
committed
chore: update deps
1 parent a298371 commit 4fbac5f

File tree

4 files changed

+123
-181
lines changed

4 files changed

+123
-181
lines changed

docs/introduction/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ We assume you are already familiar with the basic usages of Vue before you conti
2525
pnpm add vue-jsx-vapor
2626

2727
# runtime
28-
pnpm add https://pkg.pr.new/vue@5771104
28+
pnpm add vue@3.6.0-alpha.2
2929
```
3030

31-
The Vue Vapor runtime is not release, so we use [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) to install.
32-
3331
## Setup
3432

3533
::: code-group

docs/zh/introduction/getting-started.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@
2525
pnpm add vue-jsx-vapor
2626

2727
# 运行时
28-
pnpm add https://pkg.pr.new/vue@5771104
28+
pnpm add @vue@3.6.0-alpha.2
2929
```
3030

31-
Vue Vapor 运行时尚未发布,因此我们使用 [pkg.pr.new](https://github.com/stackblitz-labs/pkg.pr.new) 进行安装。
32-
3331
## 配置
3432

3533
::: code-group

0 commit comments

Comments
 (0)