Skip to content
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

Description

@donPuerto

I'm submitting a ... (check one with "x")
[ ] bug report
[ ] feature request
[ x] Not sure.. Maybe warning

Current behavior:
image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions