Skip to content

Commit

Permalink
Merge pull request #20 from frnktrgr/master
Browse files Browse the repository at this point in the history
Replace template string aka backticks with single quotes …
  • Loading branch information
noogen authored Jan 4, 2020
2 parents 54524c5 + 7ff8e7f commit 055df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VdtnetTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
:class="field.className"
>
<slot
:name="`HEAD_${field.name}`"
:name="'HEAD_'+field.name"
:field="field"
:i="i"
>
Expand Down

0 comments on commit 055df6b

Please sign in to comment.