We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcefca2 commit eba3547Copy full SHA for eba3547
components/list/demo/infinite-load.md
@@ -71,7 +71,7 @@ export default {
71
this.loading = false
72
return
73
}
74
- this.getData((res) => {
+ this.fetchData((res) => {
75
this.data = data.concat(res.results)
76
77
})
components/list/demo/test.vue
components/transfer/demo/index.vue
@@ -3,7 +3,6 @@ import Basic from './basic.md'
3
import Search from './search.md'
4
import Advanced from './advanced.md'
5
import CustomItem from './custom-item.md'
6
-import LargeData from './large-data.md'
7
import CN from '../index.zh-CN.md'
8
import US from '../index.en-US.md'
9
@@ -49,7 +48,6 @@ export default {
49
48
<Search />
50
<Advanced />
51
<CustomItem />
52
- <LargeData />
53
<api>
54
<template slot='cn'>
55
<CN/>
0 commit comments