docs(Dialog): fix the min version of footer slot (#11336)

This commit is contained in:
Mikasa33 2022-12-01 12:46:21 +08:00 committed by GitHub
parent b423decad0
commit 36269ac9ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -216,7 +216,7 @@ Vant exports following Dialog utility functions:
| ---------------- | -------------- |
| default | Custom message |
| title | Custom title |
| footer `v3.0.10` | Custom footer |
| footer `v3.0.11` | Custom footer |
### Types

View File

@ -241,7 +241,7 @@ Vant 中导出了以下 Dialog 相关的辅助函数:
| ---------------- | ------------------ |
| default | 自定义内容 |
| title | 自定义标题 |
| footer `v3.0.10` | 自定义底部按钮区域 |
| footer `v3.0.11` | 自定义底部按钮区域 |
### 类型定义