types(List): add check method type

This commit is contained in:
陈嘉涵
2019-12-22 17:36:47 +08:00
committed by neverland
parent 0b5c8e5f3d
commit 285bce677c
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -65,6 +65,7 @@ export default createComponent({
},
methods: {
// @exposed-api
check() {
this.$nextTick(() => {
if (this.innerLoading || this.finished || this.error) {