[Doc] fix ActionSheet demo

This commit is contained in:
陈嘉涵 2019-06-21 17:33:24 +08:00
parent 006fbbc0a3
commit 3ecd69bc14
6 changed files with 11 additions and 15 deletions

View File

@ -20,10 +20,6 @@ const UNSHARED = [
'transition'
];
const MAPPER = {
'action-sheet': 'actionsheet'
};
export default {
data() {
return {
@ -37,13 +33,9 @@ export default {
},
simulator() {
let { path } = this.$route.meta;
const { path } = this.$route.meta;
if (!UNSHARED.includes(path)) {
if (MAPPER[path]) {
path = MAPPER[path];
}
return `https://youzan.github.io/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/${path}`;
}

View File

@ -91,7 +91,7 @@ Page({
| cancel-text | 取消按钮文字 | `String` | - |
| overlay | 是否显示遮罩层 | `Boolean` | - |
| close-on-click-overlay | 点击遮罩是否关闭菜单 | `Boolean` | - |
| safe-area-inset-bottom | 是否为iPhoneX留出底部安全距离 | `Boolean` | `true` |
| safe-area-inset-bottom | 是否为 iPhoneX 留出底部安全距离 | `Boolean` | `true` |
### Events

View File

@ -57,7 +57,12 @@
可以通过`url`属性进行页面跳转,通过`link-type`属性控制跳转类型
```html
<van-cell title="单元格" is-link url="/pages/dashboard/index" link-type="navigateTo" />
<van-cell
is-link
title="单元格"
link-type="navigateTo"
url="/pages/dashboard/index"
/>
```
### 分组标题
@ -84,7 +89,6 @@
<van-tag type="danger">标签</van-tag>
</view>
</van-cell>
<van-cell title="单元格" icon="location-o" is-link />
<van-cell title="单元格">
<van-icon slot="right-icon" name="search" class="custom-icon" />
</van-cell>

View File

@ -70,7 +70,7 @@ Page({
| 参数 | 说明 | 类型 | 默认值 |
|-----------|-----------|-----------|-------------|
| safe-area-inset-bottom | 是否为iPhoneX留出底部安全距离 | `Boolean` | `true` |
| safe-area-inset-bottom | 是否为 iPhoneX 留出底部安全距离 | `Boolean` | `true` |
### GoodsActionIcon API

View File

@ -56,7 +56,7 @@ Page({
| custom-style | 自定义弹出层样式 | `String` | `` |
| overlay-style | 自定义背景蒙层样式 | `String` | `` |
| close-on-click-overlay | 点击蒙层是否关闭 Popup | `Boolean` | `true` |
| safe-area-inset-bottom | 是否为iPhoneX留出底部安全距离 | `Boolean` | `true` |
| safe-area-inset-bottom | 是否为 iPhoneX 留出底部安全距离 | `Boolean` | `true` |
| safe-area-inset-top | 是否留出顶部安全距离(状态栏高度 + 导航栏高度) | `Boolean` | `false` |
### Events

View File

@ -111,7 +111,7 @@ Page({
| fixed | 是否固定在底部 | `Boolean` | `true` |
| border | 是否展示外边框 | `Boolean` | `true` |
| z-index | 元素 z-index | `Number` | `1` |
| safe-area-inset-bottom | 是否为iPhoneX留出底部安全距离 | `Boolean` | `true` |
| safe-area-inset-bottom | 是否为 iPhoneX 留出底部安全距离 | `Boolean` | `true` |
### Tabbar Event