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

[Vue v2.4.3] $refs.topProgress is undefined #4

Closed
Linzdigr opened this issue Sep 29, 2017 · 2 comments
Closed

[Vue v2.4.3] $refs.topProgress is undefined #4

Linzdigr opened this issue Sep 29, 2017 · 2 comments

Comments

@Linzdigr
Copy link

Since Vue 2.4.3, $refs.topProgress is undefined inspite of its key being defined in the $refs variable.
The strange thing is that it's not immediately undefined (at root's mounted Vue hook, the expected object is present but calling later start or done topProgress's functions results in throwing an error.

Is someone else has the same issue?

@dalphyx
Copy link
Owner

dalphyx commented Sep 30, 2017

@Linzdigr Vue 2.4.3+ changes some behavior and case this issue. You can refer to #6632.

@dalphyx
Copy link
Owner

dalphyx commented Oct 13, 2017

Vue 2.5.0 has fix this issue, just upgrade it:)

@dalphyx dalphyx closed this as completed Oct 13, 2017
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

2 participants