chore: fix prettier version (#7739)

* chore: fix prettier version

* docs: fix
This commit is contained in:
neverland
2020-12-14 17:04:43 +08:00
committed by GitHub
parent b6ab011f7d
commit dc3fee12c1
17 changed files with 45 additions and 94 deletions
+1 -3
View File
@@ -121,9 +121,7 @@ export default {
<van-swipe-item>3</van-swipe-item>
<van-swipe-item>4</van-swipe-item>
<template #indicator>
<div class="custom-indicator">
{{ current + 1 }}/4
</div>
<div class="custom-indicator">{{ current + 1 }}/4</div>
</template>
</van-swipe>
+1 -3
View File
@@ -131,9 +131,7 @@ export default {
<van-swipe-item>3</van-swipe-item>
<van-swipe-item>4</van-swipe-item>
<template #indicator>
<div class="custom-indicator">
{{ current + 1 }}/4
</div>
<div class="custom-indicator">{{ current + 1 }}/4</div>
</template>
</van-swipe>