Skip to main content
Sign in
Snippets Groups Projects
Commit 62904f34 authored by sandcha's avatar sandcha
Browse files

Add a decomposition page that says hello

parent e0b51c7f
No related branches found
No related tags found
1 merge request!1Initialise une requête pour le calcul du waterfall
<script lang="ts">
let color = "text-red-500"
function setColor(){ color = "text-blue-500" }
let valeur = 3
</script>
COUCOU
<button class="block border m-2 {color}" on:click={() => setColor()}>CLIC !</button>
<input type="number" bind:value={valeur}/>
<p>{valeur}</p>
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
<li><a href="entities">Entities</a></li> <li><a href="entities">Entities</a></li>
<li><a href="parameters">Parameters</a></li> <li><a href="parameters">Parameters</a></li>
<li><a href="variables">Variables</a></li> <li><a href="variables">Variables</a></li>
<li><a href="decomposition">Decomposition</a></li>
</ul> </ul>
<h2>Documentation</h2> <h2>Documentation</h2>
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment