Skip to content

Commit 726630b

Browse files
authored
Merge pull request #709 from ztyyLV/Jackson-branch
Update vue.md
2 parents 09d1d86 + 81a5e6d commit 726630b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

getstarted/vue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Change the file `/src/components/HelloWorld.vue` to match the following `templat
7373
v-bind:value="index"
7474
:key="index"
7575
>
76-
{{ source.displayName }}
76+
{% raw %}{{ source.displayName }}{% endraw %}
7777
</option>
7878
</select>
7979
<button @click="acquireImage()">Acquire Images</button>
@@ -351,7 +351,7 @@ function openImage() {
351351
:value="index"
352352
:key="index"
353353
>
354-
{{ source.displayName }}
354+
{% raw %}{{ source.displayName }}{% endraw %}
355355
</option>
356356
</select>
357357
<button @click="acquireImage()">Acquire Images</button>

0 commit comments

Comments
 (0)