From f36961fe2919a171048ec97e6a5c1f129ffad78e Mon Sep 17 00:00:00 2001 From: lmx-Hexagram <52130356+lmx-Hexagram@users.noreply.github.com> Date: Fri, 20 Mar 2020 14:12:00 +0800 Subject: [PATCH] docs: change `slot` to `#` (#5858) * docs(SwipeCell): change "slot" to "v-slot" * docs(SwipeCell): change `v-slot` to`#` * docs(cell): change `slot` to `#` * docs(checkbox): change `slot` to `v-slot` * docs(field): change `slot` to `v-slot` * docs(checkbox): remove wrong comment * docs(radio): change `slot` to `#` * docs(search): change `slot` to `#` * docs(slider): change `slot` to `#` * docs(switch): change `slot` to `#` * docs(PullRefresh): change `slot` to `#` * docs(collapse): change `slot` to `#` * docs(panel): change `slot` to `#` * docs(swipe): change `slot` to `#` * docs(navbar): change `slot` to `#` * docs(tab): change `slot` to `#` * docs(tabber): change `slot` to `#` * docs(TreeSelect): change `slot` to `#` * docs(card): change `slot` to `#` * docs(submitBar): change `slot` to `#` * docs(sku): change `slot` to `#` unsure * docs(cell): delete waste blank line * docs(panel): fix indentation * docs(PullRefresh): change "count" to "Refresh Count" * docs(radio): delete waste blank line * docs(search): move props above the event * docs(submitBar): delete waste `` * docs(swipCell): delete waste blank line * docs(tabbar): merge `` into one line --- src/card/README.md | 8 +++--- src/card/README.zh-CN.md | 8 +++--- src/cell/README.md | 23 +++++++++-------- src/cell/README.zh-CN.md | 13 +++++----- src/checkbox/README.md | 24 ++++++++++++----- src/checkbox/README.zh-CN.md | 32 +++++++++++++++-------- src/collapse/README.md | 4 ++- src/collapse/README.zh-CN.md | 4 ++- src/field/README.md | 4 ++- src/field/README.zh-CN.md | 4 ++- src/nav-bar/README.md | 6 +++-- src/nav-bar/README.zh-CN.md | 4 ++- src/panel/README.md | 4 +-- src/panel/README.zh-CN.md | 4 +-- src/pull-refresh/README.md | 38 +++++++++++++++------------ src/pull-refresh/README.zh-CN.md | 38 +++++++++++++++------------ src/radio/README.md | 36 +++++++++++++++++--------- src/radio/README.zh-CN.md | 44 +++++++++++++++++++++----------- src/search/README.md | 5 +++- src/search/README.zh-CN.md | 5 +++- src/sku/README.md | 4 +-- src/sku/README.zh-CN.md | 4 +-- src/slider/README.md | 8 +++--- src/slider/README.zh-CN.md | 8 +++--- src/submit-bar/README.md | 6 ++--- src/submit-bar/README.zh-CN.md | 6 ++--- src/swipe/README.md | 26 ++++++++++++++++--- src/swipe/README.zh-CN.md | 26 ++++++++++++++++--- src/switch/README.md | 4 ++- src/switch/README.zh-CN.md | 4 ++- src/tab/README.md | 6 ++--- src/tab/README.zh-CN.md | 6 ++--- src/tabbar/README.md | 8 +++--- src/tabbar/README.zh-CN.md | 8 +++--- src/tree-select/README.md | 2 +- src/tree-select/README.zh-CN.md | 2 +- 36 files changed, 277 insertions(+), 159 deletions(-) diff --git a/src/card/README.md b/src/card/README.md index dfd4e7c2a..a1db3be97 100644 --- a/src/card/README.md +++ b/src/card/README.md @@ -49,14 +49,14 @@ Use slot to custom content. price="2.00" thumb="https://img.yzcdn.cn/vant/ipad.jpeg" > -
+ + ``` diff --git a/src/card/README.zh-CN.md b/src/card/README.zh-CN.md index 7e5274764..282eb9351 100644 --- a/src/card/README.zh-CN.md +++ b/src/card/README.zh-CN.md @@ -51,14 +51,14 @@ Vue.use(Card); title="商品标题" thumb="https://img.yzcdn.cn/vant/ipad.jpeg" > -
+ + ``` diff --git a/src/cell/README.md b/src/cell/README.md index 9487a17c0..50fc59cb8 100644 --- a/src/cell/README.md +++ b/src/cell/README.md @@ -79,19 +79,22 @@ Vue.use(CellGroup); ### Use Slots ```html - -