Skip to content

Commit

Permalink
fix(component): fix runtime warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Demivan committed Jan 14, 2021
1 parent c71bb2a commit 80fae89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/fluent-vue/src/vue/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ export default defineComponent({
return () =>
h(
props.tag,
context,
{
...context,
},
translation.value
.split('\uFFFF')
.map((text) =>
Expand Down

0 comments on commit 80fae89

Please sign in to comment.