huh
This commit is contained in:
@@ -17,7 +17,7 @@ const token = ref("");
|
|||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|
||||||
<div class="actions-group">
|
<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}" />
|
<InputField @update:value="(newValue) => {token = newValue}" />
|
||||||
<NavLink description="Go for it !" name="event" :params="{ token: token }" />
|
<NavLink description="Go for it !" name="event" :params="{ token: token }" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user