docs(AddressList): add tag slot version tag

This commit is contained in:
chenjiahan 2021-03-09 10:13:46 +08:00
parent 47dfa61c5a
commit 3aacc5607a
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ export default {
| default | Custom content after list | - | | default | Custom content after list | - |
| top | Custom content before list | - | | top | Custom content before list | - |
| item-bottom `v2.5.0` | Custom content after list item | item | | item-bottom `v2.5.0` | Custom content after list item | item |
| tag | Custom tag conetent for list item | item | | tag `v2.12.9` | Custom tag conetent for list item | item |
### Less Variables ### Less Variables

View File

@ -114,7 +114,7 @@ export default {
| default | 在列表下方插入内容 | - | | default | 在列表下方插入内容 | - |
| top | 在顶部插入内容 | - | | top | 在顶部插入内容 | - |
| item-bottom `v2.5.0` | 在列表项底部插入内容 | 列表项的值 | | item-bottom `v2.5.0` | 在列表项底部插入内容 | 列表项的值 |
| tag | 列表项标签内容自定义 | 列表项的值 | | tag `v2.12.9` | 列表项标签内容自定义 | 列表项的值 |
### 样式变量 ### 样式变量