mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
docs: 更新组件名称
This commit is contained in:
parent
c024430d4f
commit
d82b491d29
@ -93,7 +93,7 @@ export default [
|
||||
list: [
|
||||
{
|
||||
path: '/action-sheet',
|
||||
title: 'ActionSheet 上拉菜单',
|
||||
title: 'ActionSheet 动作面板',
|
||||
},
|
||||
{
|
||||
path: '/dialog',
|
||||
@ -155,7 +155,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/notice-bar',
|
||||
title: 'NoticeBar 通告栏',
|
||||
title: 'NoticeBar 通知栏',
|
||||
},
|
||||
{
|
||||
path: '/panel',
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "ActionSheet 上拉菜单"
|
||||
"navigationBarTitleText": "ActionSheet 动作面板"
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
{
|
||||
"navigationBarTitleText": "NoticeBar 通告栏"
|
||||
"navigationBarTitleText": "NoticeBar 通知栏"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# ActionSheet 上拉菜单
|
||||
# ActionSheet 动作面板
|
||||
|
||||
### 介绍
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# NoticeBar 通告栏
|
||||
# NoticeBar 通知栏
|
||||
|
||||
### 介绍
|
||||
|
||||
@ -95,7 +95,7 @@
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
| --- | --- | --- | --- |
|
||||
| mode | 通告栏模式,可选值为 `closeable` `link` | _string_ | `''` |
|
||||
| mode | 通知栏模式,可选值为 `closeable` `link` | _string_ | `''` |
|
||||
| text | 通知文本内容 | _string_ | `''` |
|
||||
| color | 通知文本颜色 | _string_ | `#ed6a0c` |
|
||||
| background | 滚动条背景 | _string_ | `#fffbe8` |
|
||||
|
Loading…
x
Reference in New Issue
Block a user