Skip to content

Commit 5923b8e

Browse files
committed
✨ feat: 添加vue版本检测,vant完善增强,以及文档修正
1 parent 7d1510e commit 5923b8e

31 files changed

+594
-505
lines changed

.github/ISSUE_TEMPLATE/ui_library_request.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,6 @@ const result = await CommandModal(<UserForm />, {
5050

5151

5252

53+
54+
55+

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@
4646

4747

4848

49+
50+
51+

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,6 @@ chore: 构建工具或依赖更新
119119

120120

121121

122+
123+
124+

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ const openUserDialog = async () => {
9999
## 📦 安装
100100

101101
```bash
102-
# 核心库(必须)
103-
npm install @vue-cmd/core
104-
105-
# UI库适配器(选择你使用的UI库)
102+
# 选择你使用的UI库
106103
npm install @vue-cmd/element-plus # Element Plus
107104
npm install @vue-cmd/naive # Naive UI
108105
npm install @vue-cmd/vant # Vant

packages/core/dist/index.cjs.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)