Expected behavior:
Routing causes vue warning on the console. Don’t how to troubleshoot the problem. Code is working but got a warning
Related code:
When routing is click, vue warning error occured.
<core-footer
message="Already got an account?"
text="Login"
link="/auth/login"
/>
<ion-row class="ion-text-center ion-justify-content-center">
<ion-col size="12">
<p >{{$props.message}}
<span @click="() => router.push($props.link)" class="custom-link">{{text}} →</span>
</p>
<ion-col>
</ion-row>
4 posts - 2 participants