ソースを参照

docs: price 文档问题 (#2064)

* feat: 处理组件tsc问题

* feat: popup icons-vue

* feat: 删除注释

* feat: 删除多余注释

* feat: popup icons-vue

* feat: popup taro demo修改icon

* feat: popup md 修改

* feat: navbar icon替换

* feat: progress icon替换

* feat: navbar 修改titicon参数名

* feat: navbar md titicon

* fix: navbar icon

* feat: 优化价格文档描述和demo

* feat: 文档类型修改

* feat: 优化addresslist

* feat: 修复avatar taro下图片未显示问题

* feat: 小程序demo 文档对比修改

* fix: 修改avatar图片展示问题

* fix: avatar图片展示问题

* fix: 测试中的一些文档问题

* fix: addresslist demo、文档问题

* fix: addresslist taro demo问题

* feat: addresslist 滑动下边框问题

* fix: avatar tarodiv下落问题

* fix: 修复category 问题

* feat: addresslist slot

* feat: price文档问题
ailululu 3 年 前
コミット
62e409fe94

+ 1 - 1
src/packages/__VUE/price/doc.en-US.md

@@ -96,7 +96,7 @@ Three sizes are supported: small, normal, and large, and the default is normal.
 | decimal-digits | Decimal digits                                             | number | `2`      |
 | thousands      | Thousands separation                                       | boolean          | `false`  |
 | position       | The symbol appear before or after the price,`before`、`after` | string           | `before` |
-| size           | Size,`small`、`normal`、`large`                | string           | `large` |
+| size           | Size,`small`、`normal`、`large`                | string           | `normal` |
 
 ## Theming
 

+ 1 - 1
src/packages/__VUE/price/doc.md

@@ -98,7 +98,7 @@ app.use(Price);
 | decimal-digits | 小数位位数                              | number  | `2`     |
 | thousands      | 是否按照千分号形式显示                    | boolean          | `false`  |
 | position       | 符号显示在价格前或者后,`before`、`after`  | string           | `before` |
-| size           | 价格尺寸,`small`、`normal`、`large`     | string           | `large` |
+| size           | 价格尺寸,`small`、`normal`、`large`     | string           | `normal` |
 
 
 ## 主题定制

+ 1 - 1
src/packages/__VUE/price/doc.taro.md

@@ -95,7 +95,7 @@ app.use(Price);
 | decimal-digits | 小数位位数                              | number  | `2`     |
 | thousands      | 是否按照千分号形式显示                    | boolean          | `false`  |
 | position       | 符号显示在价格前或者后,`before`、`after`  | string           | `before` |
-| size           | 价格尺寸,`small`、`normal`、`large`     | string           | `large` |
+| size           | 价格尺寸,`small`、`normal`、`large`     | string           | `normal` |
 
 ## 主题定制