Skip to content

Commit 22357dc

Browse files
committed
got rid of string bug in canvas
1 parent c715a84 commit 22357dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Canvas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
{'background-color': componentData.color}]"
7373
>
7474
<p class="innerHtmlText" style="font-size: 3em">{{element.note !== '' ? element.note : element.text}}</p>
75-
</div>sss
75+
</div>
7676
<div v-if="element.text === 'footer'" class="htmlFooter"></div>
7777
<div v-if="element.text === 'form'"
7878
class="htmlGeneral"

0 commit comments

Comments
 (0)