feat: refine mobile toc and section titles

This commit is contained in:
Justineo
2021-11-05 11:47:31 +08:00
parent 1bc227d890
commit 78d224f4ed
10 changed files with 108 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
## 示例
### 触发建议的时机
### 建议触发时机
设置 [`suggest-trigger`](#props-suggest-trigger) 来指定触发建议的时机。

View File

@@ -14,7 +14,7 @@
[[ demo src="/demo/badge/number.vue" ]]
### 右上角圆点徽标
### 圆点徽标
不提供徽标内容时,徽标将以圆点样式显示在右上角。

View File

@@ -14,7 +14,7 @@
[[ demo src="/demo/button-group/size.vue" ]]
### 使用 `items` 数据源
### 使用数据源
可以使用 [`items`](#props-items) 属性通过数据源指定按钮内容。

View File

@@ -8,7 +8,7 @@
[[ demo src="/demo/calendar/default.vue" ]]
### 多日选择、日期范围选择
### 多日、日期范围选择
配置 [`multiple`](#props-multiple) 属性时,可以选择多个日期。配置 [`range`](#props-range) 属性时,可以选择一个日期范围。
@@ -38,7 +38,7 @@
[[ demo src="/demo/calendar/disabled-date.vue" ]]
### 自定义日期样式
### 自定义日期样式
设置 [`date-class`](#props-date-class) 来自定义指定日期的 `class`

View File

@@ -2,7 +2,7 @@
## 示例
### 配置 `Select` 的 `placeholder`
### 配置占位符
[[ demo src="/demo/config-provider/select.vue" ]]

View File

@@ -28,7 +28,7 @@
[[ demo src="/demo/dialog/stack.vue" ]]
### Loading or Disabled
### 加载与禁用态
[[ demo src="/demo/dialog/status.vue" ]]

View File

@@ -5,7 +5,7 @@
Modal
</veui-checkbox>
<veui-checkbox v-model="outsideClosable">
outside Closable
Outside Closable
</veui-checkbox>
</section>

View File

@@ -14,7 +14,7 @@ Available size variants for the [`ui`](#props-ui) prop: `xs` / `s` / `m` / `l` /
[[ demo src="/demo/button-group/size.vue" ]]
### Use datasource via `items`
### Using datasource
Use the [`items`](#props-items) prop to provide content with a datasource.