docs: udpate demo

pull/398/head
tangjinzhou 2019-01-10 21:43:01 +08:00
parent dcefca22a4
commit eba3547c4b
3 changed files with 1 additions and 11 deletions

View File

@ -71,7 +71,7 @@ export default {
this.loading = false
return
}
this.getData((res) => {
this.fetchData((res) => {
this.data = data.concat(res.results)
this.loading = false
})

View File

@ -1,8 +0,0 @@
<script>
import List from '..'
export default {
render () {
return <List dataSource={[]} renderItem={() => <List.Item />} />
},
}
</script>

View File

@ -3,7 +3,6 @@ import Basic from './basic.md'
import Search from './search.md'
import Advanced from './advanced.md'
import CustomItem from './custom-item.md'
import LargeData from './large-data.md'
import CN from '../index.zh-CN.md'
import US from '../index.en-US.md'
@ -49,7 +48,6 @@ export default {
<Search />
<Advanced />
<CustomItem />
<LargeData />
<api>
<template slot='cn'>
<CN/>