Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ModyQyW committed Feb 17, 2023
1 parent 2a6a455 commit 0c03b12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
- [@uni-helper/uni-cloud-types](https://github.com/uni-helper/uni-cloud-types) 提供 `uni-cloud` 组件类型
- [@uni-helper/uni-ui-types](https://github.com/uni-helper/uni-ui-types) (当前仓库)提供 `uni-ui` 组件类型

基于 [这个 PR](https://github.com/vuejs/core/pull/3399)[Volar](https://github.com/johnsoncodehk/volar) 已经支持。
基于 [这个 PR](https://github.com/vuejs/core/pull/3399)[Vue Language Features (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.volar) 已经支持。

安装 Volar 之后,建议启用 Volar 的 [接管模式 Takeover Mode](https://cn.vuejs.org/guide/typescript/overview.html#volar-takeover-mode)如果不想启用 Take Over Mode,可以安装 [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)。启用或安装后需要重启 VSCode。
安装之后,建议启用 [接管模式 Takeover Mode](https://cn.vuejs.org/guide/typescript/overview.html#volar-takeover-mode)如果不想启用接管模式,可以安装 [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin)。启用或安装后需要重启 VSCode。

维护直到官方类型推出。

Expand Down Expand Up @@ -43,7 +43,7 @@ npm i -D @uni-helper/uni-ui-types
}
```

更多关于 `experimentalRuntimeMode``nativeTags` 的信息请查看 [johnsoncodehk/volar#2165 (comment)](https://github.com/johnsoncodehk/volar/issues/2165#issuecomment-1334803492)
更多关于 `experimentalRuntimeMode``nativeTags` 的信息请查看 [vuejs/language-tools#2165 (comment)](https://github.com/vuejs/language-tools/issues/2165#issuecomment-1334803492)

- 重启编辑器 / IDE

Expand Down

0 comments on commit 0c03b12

Please sign in to comment.