This commit is contained in:
Laurent
2025-03-19 20:42:12 +01:00
parent 12c092f3f3
commit b21a2336d6

View File

@@ -17,7 +17,7 @@ const token = ref("");
</TextBlock>
<div class="actions-group">
<h1>EventDto <span class="colored-text">code</span></h1>
<h1>Event <span class="colored-text">code</span></h1>
<InputField @update:value="(newValue) => {token = newValue}" />
<NavLink description="Go for it !" name="event" :params="{ token: token }" />
</div>