We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d55696 commit a5d18e2Copy full SHA for a5d18e2
docs/README.md
@@ -14,6 +14,13 @@ features:
14
footer: Open-source MIT Licensed | Copyright © 2019-present
15
---
16
17
+## 安装
18
+
19
+```bash
20
+$ npm install --save vant@latest-v2
21
+$ npm install --save @vue/composition-api @formily/vant
22
+```
23
24
## 快速开始
25
26
<dumi-previewer demoPath="index" :collapsed="false" />
docs/demos/index.vue
@@ -4,7 +4,7 @@
4
<SchemaStringField
5
name="input"
6
x-component="Input"
7
- :x-component-props="{ label: '输入框', placeholder: '请输入...' }"
+ :x-component-props="{ label: '输入框', placeholder: '请输入' }"
8
/>
9
10
0 commit comments