diff --git a/example/docs/zh-CN/components/noticeBar.md b/example/docs/zh-CN/components/noticeBar.md index 11b42565..fabb3e92 100644 --- a/example/docs/zh-CN/components/noticeBar.md +++ b/example/docs/zh-CN/components/noticeBar.md @@ -78,4 +78,19 @@ export default { } +::: + + +::: title Notice Bar 事件 +::: + +::: table + +| 事件 | 描述 | 参数 | +| ---- | -------- | --------------------- | +| mode | 模式 | { current: 当前页面 } | +| text | 内容 | 滚动内容 | +| leftIcon | 左侧图标 | { current: 当前页面 } | +| rightIcon | 右侧图标 | 滚动内容 | + ::: \ No newline at end of file diff --git a/example/docs/zh-CN/components/page.md b/example/docs/zh-CN/components/page.md index 8d9ff66f..60d5b315 100644 --- a/example/docs/zh-CN/components/page.md +++ b/example/docs/zh-CN/components/page.md @@ -271,6 +271,7 @@ export default { | 属性 | 描述 | 默认值 | | ----------- | ------------ | ------- | +| v-model | 当前页 | -- | | limit | 每页数量 | -- | | total | 总条数 | -- | | showCount | 显示总数 | `false` | diff --git a/example/docs/zh-CN/guide/changelog.md b/example/docs/zh-CN/guide/changelog.md index 5d3624b9..13823231 100644 --- a/example/docs/zh-CN/guide/changelog.md +++ b/example/docs/zh-CN/guide/changelog.md @@ -16,6 +16,7 @@