diff options
Diffstat (limited to 'src/frontend/web/hello-world/index.html')
| -rw-r--r-- | src/frontend/web/hello-world/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frontend/web/hello-world/index.html b/src/frontend/web/hello-world/index.html index a9b0be7..047a283 100644 --- a/src/frontend/web/hello-world/index.html +++ b/src/frontend/web/hello-world/index.html @@ -1,3 +1,6 @@ <div id="container" onclick="clicked()"> Click Me! + <z-component type="box"> + <span slot="title">Hello World!<span> + </z-component> </div> |