We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09d1d86 + 81a5e6d commit 726630bCopy full SHA for 726630b
getstarted/vue.md
@@ -73,7 +73,7 @@ Change the file `/src/components/HelloWorld.vue` to match the following `templat
73
v-bind:value="index"
74
:key="index"
75
>
76
- {{ source.displayName }}
+ {% raw %}{{ source.displayName }}{% endraw %}
77
</option>
78
</select>
79
<button @click="acquireImage()">Acquire Images</button>
@@ -351,7 +351,7 @@ function openImage() {
351
:value="index"
352
353
354
355
356
357
0 commit comments