We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87b73a commit c8a1ab6Copy full SHA for c8a1ab6
example/src/views/home/Main.vue
@@ -10,7 +10,7 @@
10
11
<h3 class="title">What's news in v2.0</h3>
12
<ul>
13
- <li>Support header slot, footer slot.</li>
+ <li>Support header, footer slot, horizontal direction.</li>
14
<li>Code structure is more reasonable and good maintainability.</li>
15
<li>Abandoned v-for mode and variable mode, all condition unify into one mode.</li>
16
<li>Don't have to care about each item size, in sometimes it's difficult to know that.</li>
example/src/views/infinite-loading/Main.vue
@@ -14,6 +14,7 @@
:keeps="30"
:item-class="'list-item-infinite'"
:footer-class="'loader-wrapper'"
17
+ :disabled="false"
18
19
:data-key="'id'"
20
:data-sources="items"
0 commit comments