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

Trying to access non-existent property "outerHTML" while rendering #3315

Closed
finico opened this issue Jul 24, 2016 · 3 comments
Closed

Trying to access non-existent property "outerHTML" while rendering #3315

finico opened this issue Jul 24, 2016 · 3 comments

Comments

@finico
Copy link

finico commented Jul 24, 2016

I noticed that strange warning is displayed to the console

Vue.js version

2.0.0-beta.3

Reproduction Link

http://jsbin.com/yujokuhura

Steps to reproduce

Click on div with text "click me"

What is Expected?

In the console will appear instance of Vue app

What is actually happening?

In the console will appear warning [Vue warn]: Trying to access non-existent property "outerHTML" while rendering. Make sure to declare reactive data properties in the data option. (found in root instance)

ps: in the v1.0.16 all ok

@LinusBorg
Copy link
Member

This is a problem with jsbin. It works fine on jsfiddle, for example: https://jsfiddle.net/vx0ks9yo/

@finico
Copy link
Author

finico commented Jul 24, 2016

Yup.. and the locally all is well
Not a bug :yay:

@finico finico closed this as completed Jul 24, 2016
@jakob-e
Copy link

jakob-e commented Feb 16, 2019

This is also the case on codepen.io in editor view

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

3 participants