fix: demo sample code missing code-block
This commit is contained in:
parent
1d0febebbf
commit
972a3f0d39
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue