Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't work after change router #14

Open
AndreiSoroka opened this issue Apr 14, 2020 · 0 comments
Open

Don't work after change router #14

AndreiSoroka opened this issue Apr 14, 2020 · 0 comments

Comments

@AndreiSoroka
Copy link

For example, if we have two pages:

  • Dashboard
  • LocalPage

In LocalPage in root element we have callback:

<template>
  <div v-esc="escape">
    <input>
  ...

In the Dashboard, we click router-link to LocalPage.

After init new page, we click escape and function escape() don't call...
But, if we do something on page... For example, field input. After that action escape is working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant