refactor(@vant/cli): remove vetur configs (#10866)

This commit is contained in:
neverland
2022-07-30 19:55:17 +08:00
committed by GitHub
parent 729e283ab5
commit e6b43db90b
24 changed files with 112 additions and 337 deletions
+6
View File
@@ -25,6 +25,12 @@
yarn add stylelint@13 @vant/stylelint-config
```
### 移除 vetur 相关配置
由于 Vue 3 推荐使用 volar 而不是 vetur,因此移除了 vetur 相关的配置文件。
现在会默认生成 WebStorm 所需的 web-types.json 文件到 `lib/web-types.json` 目录下。
## v4.0.3
`2022-07-02`