Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Esvalirion committed Jan 19, 2021
2 parents 61d629c + 324cfa1 commit 9519ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qComponents/QTable/src/QTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
/>

<template v-else>
{{ column.value }}
{{ String(column.value) }}
</template>

<span
Expand Down

0 comments on commit 9519ffc

Please sign in to comment.