Skip to content

Commit ef4bac1

Browse files
committed
Text Interpolation / Raw HTML updated
1 parent 02efc87 commit ef4bac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Component1.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ defineProps({
1010
<template>
1111
<h1 class="text-5xl mt-6">1</h1>
1212
<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>
13+
<ExternalLink link="https://vuejs.org/guide/essentials/template-syntax.html#text-interpolation" />
14+
<h2 class="text-2xl mb-5">Text Interpolation / Raw HTML</h2>
1515

1616
<p>{{ rawString }}</p>
1717
<p><span v-html="rawHtml"></span></p>

0 commit comments

Comments
 (0)