mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
[improvement] update eslint config (#2288)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
v-model="currentPage1"
|
||||
:total-items="24"
|
||||
:items-per-page="5"
|
||||
:prev-text= "$t('prevText')"
|
||||
:next-text= "$t('nextText')"
|
||||
:prev-text="$t('prevText')"
|
||||
:next-text="$t('nextText')"
|
||||
/>
|
||||
</demo-block>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
<van-pagination
|
||||
v-model="currentPage2"
|
||||
:page-count="12"
|
||||
:prev-text= "$t('prevText')"
|
||||
:next-text= "$t('nextText')"
|
||||
:prev-text="$t('prevText')"
|
||||
:next-text="$t('nextText')"
|
||||
mode="simple"
|
||||
size="small"
|
||||
/>
|
||||
@@ -27,8 +27,8 @@
|
||||
v-model="currentPage3"
|
||||
:total-items="125"
|
||||
:show-page-size="3"
|
||||
:prev-text= "$t('prevText')"
|
||||
:next-text= "$t('nextText')"
|
||||
:prev-text="$t('prevText')"
|
||||
:next-text="$t('nextText')"
|
||||
/>
|
||||
</demo-block>
|
||||
</demo-section>
|
||||
|
Reference in New Issue
Block a user