We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02efc87 commit ef4bac1Copy full SHA for ef4bac1
src/components/Component1.vue
@@ -10,8 +10,8 @@ defineProps({
10
<template>
11
<h1 class="text-5xl mt-6">1</h1>
12
<div class="relative max-w-2xl lg:text-center border border-l-3 rounded border-gray-500 p-5">
13
- <ExternalLink link="https://vuejs.org/guide/essentials/template-syntax.html#raw-html" />
14
- <h2 class="text-2xl mb-5">Comparing Text Interpolation and Raw HTML</h2>
+ <ExternalLink link="https://vuejs.org/guide/essentials/template-syntax.html#text-interpolation" />
+ <h2 class="text-2xl mb-5">Text Interpolation / Raw HTML</h2>
15
16
<p>{{ rawString }}</p>
17
<p><span v-html="rawHtml"></span></p>
0 commit comments