Skip to content

Commit eba3547

Browse files
committed
docs: udpate demo
1 parent dcefca2 commit eba3547

File tree

3 files changed

+1
-11
lines changed

3 files changed

+1
-11
lines changed

components/list/demo/infinite-load.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default {
7171
this.loading = false
7272
return
7373
}
74-
this.getData((res) => {
74+
this.fetchData((res) => {
7575
this.data = data.concat(res.results)
7676
this.loading = false
7777
})

components/list/demo/test.vue

-8
This file was deleted.

components/transfer/demo/index.vue

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Basic from './basic.md'
33
import Search from './search.md'
44
import Advanced from './advanced.md'
55
import CustomItem from './custom-item.md'
6-
import LargeData from './large-data.md'
76
import CN from '../index.zh-CN.md'
87
import US from '../index.en-US.md'
98
@@ -49,7 +48,6 @@ export default {
4948
<Search />
5049
<Advanced />
5150
<CustomItem />
52-
<LargeData />
5351
<api>
5452
<template slot='cn'>
5553
<CN/>

0 commit comments

Comments
 (0)