Skip to content

Commit

Permalink
docs: change README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoleyaotouoO committed Feb 23, 2022
1 parent 4d55696 commit a5d18e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ features:
footer: Open-source MIT Licensed | Copyright © 2019-present
---

## 安装

```bash
$ npm install --save vant@latest-v2
$ npm install --save @vue/composition-api @formily/vant
```

## 快速开始

<dumi-previewer demoPath="index" :collapsed="false" />
2 changes: 1 addition & 1 deletion docs/demos/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<SchemaStringField
name="input"
x-component="Input"
:x-component-props="{ label: '输入框', placeholder: '请输入...' }"
:x-component-props="{ label: '输入框', placeholder: '请输入' }"
/>

<SchemaStringField
Expand Down

0 comments on commit a5d18e2

Please sign in to comment.