2
0
mirror of https://github.com/esiur/iui.git synced 2025-06-27 01:13:12 +00:00
This commit is contained in:
2021-10-30 12:31:25 +03:00
parent b3479dbdbd
commit 1bac10e60d
10 changed files with 92 additions and 33 deletions

View File

@ -76,12 +76,12 @@
<i-navbar style="padding: 10px">
</i-navbar>
<i-router type="hash" style="height: 100vh; width: 100vw;">
<i-router type="hash" style="height: calc(100vh - 110px); width: 100vw;">
<i-route name="getting-started" caption="Getting started" :content="load(this)">
<i-route name="install" caption="Install" :content="load(this)">
</i-route>
<i-route name="first" caption="First App" :content="load(this)">
<i-route name="first" caption="First App" :content="load(this, true)">
</i-route>
<i-route name="declarative" caption="Declarative Rendering" :content="load(this)">
@ -89,15 +89,16 @@
<i-route name="data-flow" caption="Data Flow" :content="load(this)">
</i-route>
<i-route name="if-content" caption="Conditions and Filling" :content="load(this)">
</i-route>
</i-route>
<i-route name="getting-started2" caption="Getting started">
Getting started
<i-route name="IUI Widgets" caption="IUI Widgets">
<i-route name="install" caption="Install">
<i-route name="IUIElement" caption="IUIElement">
</i-route>