This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.
Warning [Vue warn]: Avoid app logic that relies on enumerating keys on a component instance. #1137
Open
Description
I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[ x] Not sure.. Maybe warning
Expected behavior:
Routing causes vue warning on console. Dont how to troubleshoot the problem. Code is working but got a wrning
Related code:
When routing is click error, vue warning 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>