mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-24 11:05:17 +08:00
docs: fix bug of missing tag (#541)
This commit is contained in:
parent
dbdc642f77
commit
ccf2ebde6b
@ -35,7 +35,7 @@
|
||||
```html
|
||||
<template>
|
||||
<div class="infinite-list-wrapper" style="overflow:auto">
|
||||
無効化
|
||||
<ul>
|
||||
class="list"
|
||||
v-infinite-scroll="load"
|
||||
infinite-scroll-disabled="disabled">
|
||||
|
@ -174,6 +174,7 @@ fileListのスタイルを変更するには `list-type` を用いる。
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
```
|
||||
:::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user