[improvement] Template: remove unnecessary span (#2405)

This commit is contained in:
neverland
2018-12-30 13:12:19 +08:00
committed by GitHub
parent 6d362dc3eb
commit d0fa4152dc
5 changed files with 7 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
v-if="status === 'pulling'"
name="pulling"
>
<span
<div
v-text="pullingText || $t('pulling')"
:class="b('text')"
/>
@@ -26,7 +26,7 @@
v-if="status === 'loosing'"
name="loosing"
>
<span
<div
v-text="loosingText || $t('loosing')"
:class="b('text')"
/>