Skip to content

Commit 2577a77

Browse files
author
leezng
authored
Merge pull request #74 from rchl/fix/string-white-space
Don't introduce extra white in string value
2 parents 8f1e422 + 27bdf63 commit 2577a77

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/simple-text.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
<span
1010
v-else
1111
:class="valueClass"
12-
>
13-
{{ defaultFormatter(data) }}
14-
</span>
12+
>{{ defaultFormatter(data) }}</span>
1513
</div>
1614
</template>
1715

0 commit comments

Comments
 (0)