mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
[improvement] Template: remove unnecessary span (#2405)
This commit is contained in:
@@ -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')"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user