fix: demo sample code missing code-block

This commit is contained in:
Ayo 2023-10-20 12:41:29 +02:00
parent 1d0febebbf
commit 972a3f0d39

View file

@ -77,6 +77,7 @@
<div> <div>
<my-hello-world data-name="{{name }}"></my-hello-world> <my-hello-world data-name="{{name }}"></my-hello-world>
</div> </div>
<code-block language="js">const name = "Nitro"</code-block>
<p>some text: {{greeting}}</p> <p>some text: {{greeting}}</p>
{{greeting}} hey<br /> {{greeting}} hey<br />
<clickable-text></clickable-text> <clickable-text></clickable-text>