[improvement] update eslint config (#2288)

This commit is contained in:
neverland
2018-12-14 14:24:23 +08:00
committed by GitHub
parent d2751ffdfa
commit 16e4889a92
141 changed files with 6387 additions and 7536 deletions

View File

@@ -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>