Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48983

Warning [Vue warn]: Avoid app logic that relies on enumerating keys on a component instance

$
0
0


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}}  &rarr;</span>
            </p>
                
    <ion-col>
</ion-row>

4 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 48983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>