[Doc] List: update demo & document (#2573)

This commit is contained in:
neverland
2019-01-20 17:12:34 +08:00
committed by GitHub
parent c43edf987f
commit 58b54b1970
5 changed files with 177 additions and 97 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ export default sfc({
},
props: {
error: Boolean,
loading: Boolean,
finished: Boolean,
error: Boolean,
errorText: String,
loadingText: String,
finishedText: String,
errorText: String,
immediateCheck: {
type: Boolean,
default: true