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 (3.2.31 ) this.$_instance is undefined #202

Closed
lzaifxz opened this issue Feb 18, 2022 · 2 comments
Closed

vue (3.2.31 ) this.$_instance is undefined #202

lzaifxz opened this issue Feb 18, 2022 · 2 comments
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.

Comments

@lzaifxz
Copy link

lzaifxz commented Feb 18, 2022

vue (3.2.31 ) this.$_instance is undefined

@hongquan
Copy link

The reason why it is undefined:

Properties that start with _ or $ will not be proxied on the component instance because they may conflict with Vue's internal properties and API methods. You will have to access them as this.$data._property.

@psmyrek
Copy link
Contributor

psmyrek commented Mar 16, 2022

Duplicate: #203

@psmyrek psmyrek closed this as completed Mar 16, 2022
@psmyrek psmyrek added the resolution:duplicate This issue is a duplicate of another issue and was merged into it. label Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution:duplicate This issue is a duplicate of another issue and was merged into it.
Projects
None yet
Development

No branches or pull requests

3 participants