Skip to content

Commit 7dfe11e

Browse files
committed
docs: explicit requirement for volar version
1 parent 3ca1413 commit 7dfe11e

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

docs/guide/getting-started.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<script setup>
2+
import { version } from 'vue-tsc/package.json'
3+
</script>
4+
15
# Getting Started
26

37
Vue Macros is a library that implements unofficial proposals and ideas for Vue,
@@ -7,10 +11,11 @@ We assume you are already familiar with the basic usages of Vue before you conti
711

812
## Requirements
913

10-
- Node.js >= `16.14.0`.
11-
- Vue >= `2.7` or Vue >= `3.0`.
12-
- Some features need Vue >= `3.2.25`.
13-
- Install the **latest** [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) extension for VSCode.
14+
- Node.js `>= v16.14.0`.
15+
- Vue `>= v2.7` or Vue `>= v3.0`.
16+
- Some features need Vue `>= v3.2.25`.
17+
- VSCode extension [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) and `vue-tsc` are <code>v{{ version }}</code>
18+
- Vue Macros will continue to adapt to the latest version as soon as possible, older versions may not be supported.
1419

1520
::: warning
1621
WebStorm is not supported.

docs/zh-CN/guide/getting-started.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<script setup>
2+
import { version } from 'vue-tsc/package.json'
3+
</script>
4+
15
# 入门指南
26

37
Vue Macros 是一个实现 Vue 非官方提案和想法的库,探索并扩展了其功能和语法。
@@ -6,10 +10,11 @@ Vue Macros 是一个实现 Vue 非官方提案和想法的库,探索并扩展
610

711
## 要求
812

9-
- Node.js >= `16.14.0`
10-
- Vue >= `2.7` 或 Vue >= `3.0`
11-
- 某些功能需要 Vue >= `3.2.25`
12-
- 为 VSCode 安装**最新的** [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) 扩展。
13+
- Node.js `>= v16.14.0`
14+
- Vue `>= v2.7` 或 Vue `>= v3.0`
15+
- 某些功能需要 Vue `>= v3.2.25`
16+
- VSCode 扩展 [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar)`vue-tsc` 为 <code>v{{ version }}</code>
17+
- Vue Macros 会持续尽快适配最新版本,旧版本可能不受支持
1318

1419
::: warning
1520
不支持 WebStorm。

0 commit comments

Comments
 (0)