types(List): add check method type
This commit is contained in:
@@ -65,6 +65,7 @@ export default createComponent({
|
||||
},
|
||||
|
||||
methods: {
|
||||
// @exposed-api
|
||||
check() {
|
||||
this.$nextTick(() => {
|
||||
if (this.innerLoading || this.finished || this.error) {
|
||||
|
||||
Reference in New Issue
Block a user