feat: update demo content

This commit is contained in:
Ayo 2023-10-20 16:25:58 +02:00
parent 972a3f0d39
commit bd6c0ae27d

View file

@ -27,23 +27,23 @@
>source code</a >source code</a
>.</warning-block >.</warning-block
> >
<p>In this page, there are several things happening.</p> <p>In this demo, there are several things happening.</p>
<p> <p>
In the grey box here everything is working, and we will breakdown the Imagine the grey box here is a page where everything is working, and
code in the <a href="#breakdown">Breakdown</a> section below the page. we will go through the code in the
<a href="#breakdown">Breakdown</a> section below the page.
</p> </p>
</section> </section>
<section <section
id="demo" id="demo"
style=" style="
padding: 1em; padding: 1em;
margin: 3em 0; margin: 2em 1em;
box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15); box-shadow: 5px 25px 10px -25px rgba(34, 34, 34, 0.15);
border: 1px solid rgba(34, 34, 34, 0.15); border: 1px solid rgba(34, 34, 34, 0.15);
border-radius: 5px; border-radius: 5px;
" "
> >
<h2>Demo Page</h2>
<a href="/demo/about">{{ count }}</a> <a href="/demo/about">{{ count }}</a>
<div> <div>
<my-hello-world data-name="{{name }}"></my-hello-world> <my-hello-world data-name="{{name }}"></my-hello-world>