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

Conflict between v-once and ref #6980

Closed
schoonc opened this issue Oct 31, 2017 · 2 comments
Closed

Conflict between v-once and ref #6980

schoonc opened this issue Oct 31, 2017 · 2 comments
Labels

Comments

@schoonc
Copy link
Contributor

schoonc commented Oct 31, 2017

Version

2.5.2

Reproduction link

https://jsfiddle.net/pb32s2p3/6/

Steps to reproduce

Open console (ctrl+shift+i in chrome, for example).

What is expected?

Output in console:

<div></div>
<div></div>

What is actually happening?

Output in console:

<div></div>
undefined

If remove 'v-once' or change vue version to 2.4.4 (in 2.5.1 and 2.5.0 bug remains) problem disappears.

Thanks.

@posva posva added the bug label Oct 31, 2017
@javoski
Copy link
Member

javoski commented Nov 1, 2017

Seems like this have been fixed by #6837

@posva
Copy link
Member

posva commented Nov 1, 2017

@javoski That's true! I checked with the last version and it's fixed

@posva posva closed this as completed Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants