Skip to content

Commit a5d18e2

Browse files
committed
docs: change README.md
1 parent 4d55696 commit a5d18e2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ features:
1414
footer: Open-source MIT Licensed | Copyright © 2019-present
1515
---
1616

17+
## 安装
18+
19+
```bash
20+
$ npm install --save vant@latest-v2
21+
$ npm install --save @vue/composition-api @formily/vant
22+
```
23+
1724
## 快速开始
1825

1926
<dumi-previewer demoPath="index" :collapsed="false" />

docs/demos/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SchemaStringField
55
name="input"
66
x-component="Input"
7-
:x-component-props="{ label: '输入框', placeholder: '请输入...' }"
7+
:x-component-props="{ label: '输入框', placeholder: '请输入' }"
88
/>
99

1010
<SchemaStringField

0 commit comments

Comments
 (0)