docs: remove 1.x version tip (#4257)

This commit is contained in:
neverland
2019-08-27 17:50:36 +08:00
committed by GitHub
parent f32104ad86
commit 16e80672d5
33 changed files with 84 additions and 84 deletions
+2 -2
View File
@@ -82,8 +82,8 @@ Vue.use(SubmitBar);
| disabled | 是否禁用按钮 | `boolean` | `false` | - |
| loading | 是否显示加载中的按钮 | `boolean` | `false` | - |
| currency | 货币符号 | `string` | `¥` | - |
| decimal-length | 价格小数点后位数 | `number` | `2` | 1.6.15 |
| safe-area-inset-bottom | 是否开启 iPhone X 底部安全区适配,需要在 `viewport` meta 标签中设置 `viewport-fit=cover` | `boolean` | `false` | 1.6.15 |
| decimal-length | 价格小数点后位数 | `number` | `2` | - |
| safe-area-inset-bottom | 是否开启 iPhone X 底部安全区适配,需要在 `viewport` meta 标签中设置 `viewport-fit=cover` | `boolean` | `false` | - |
### Events