feat(List): add error slot

This commit is contained in:
陈嘉涵
2019-12-26 20:35:16 +08:00
committed by neverland
parent 8a0705d761
commit e9a9388202
5 changed files with 32 additions and 6 deletions
+1
View File
@@ -140,6 +140,7 @@ export default {
| default | 列表内容 |
| loading | 自定义底部加载中提示 |
| finished | 自定义加载完成后的提示文案 |
| error | 自定义加载失败后的提示文案 |
## 常见问题