Skip to content

Commit c8a1ab6

Browse files
committed
Update example
1 parent c87b73a commit c8a1ab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/src/views/home/Main.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h3 class="title">What's news in v2.0</h3>
1212
<ul>
13-
<li>Support header slot, footer slot.</li>
13+
<li>Support header, footer slot, horizontal direction.</li>
1414
<li>Code structure is more reasonable and good maintainability.</li>
1515
<li>Abandoned v-for mode and variable mode, all condition unify into one mode.</li>
1616
<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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
:keeps="30"
1515
:item-class="'list-item-infinite'"
1616
:footer-class="'loader-wrapper'"
17+
:disabled="false"
1718

1819
:data-key="'id'"
1920
:data-sources="items"

0 commit comments

Comments
 (0)