Skip to content
Snippets Groups Projects
Commit 473ff2b8 authored by Harry Linrui XU's avatar Harry Linrui XU
Browse files

fix: Fix bug wher router tries to push to path name instead of name

parent b1240667
No related branches found
No related tags found
3 merge requests!66Final merge,!49Create spare component,!4Pipeline fix
Pipeline #282992 passed
......@@ -8,7 +8,7 @@
</div>
<div class="flex flex-col gap-5">
<button @click="userStore.bioRegister()">Legg til nå!</button>
<button @click="router.push('konfigurasjonSteg1')">Jeg gjør det senere</button>
<button @click="router.push({ name: 'configurations1' })">Jeg gjør det senere</button>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment