Skip to content

Commit

Permalink
Merge pull request #74 from rchl/fix/string-white-space
Browse files Browse the repository at this point in the history
Don't introduce extra white in string value
  • Loading branch information
leezng committed Jul 17, 2020
2 parents 8f1e422 + 27bdf63 commit 2577a77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/simple-text.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
<span
v-else
:class="valueClass"
>
{{ defaultFormatter(data) }}
</span>
>{{ defaultFormatter(data) }}</span>
</div>
</template>

Expand Down

0 comments on commit 2577a77

Please sign in to comment.