docs: fix bug of missing tag (#541)

This commit is contained in:
SMJ 2020-11-09 13:55:57 +08:00 committed by GitHub
parent dbdc642f77
commit ccf2ebde6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@
```html ```html
<template> <template>
<div class="infinite-list-wrapper" style="overflow:auto"> <div class="infinite-list-wrapper" style="overflow:auto">
無効化 <ul>
class="list" class="list"
v-infinite-scroll="load" v-infinite-scroll="load"
infinite-scroll-disabled="disabled"> infinite-scroll-disabled="disabled">

View File

@ -174,6 +174,7 @@ fileListのスタイルを変更するには `list-type` を用いる。
}, },
}, },
} }
</script>
``` ```
::: :::