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

fix: expose props on vm for script setup components #1864

Merged
merged 1 commit into from Nov 15, 2022

Conversation

cexbrayat
Copy link
Member

Fixes #1863

It turns out vm is not enough, and we need to proxy to vm.$.ctx which contains the props as well.

@netlify
Copy link

netlify bot commented Nov 14, 2022

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit 905c32e
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/637340f3603d28000859b2c6
😎 Deploy Preview https://deploy-preview-1864--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Fixes vuejs#1863

It turns out `vm` is not enough, and we need to proxy to `vm.$.ctx` which contains the props as well.
@cexbrayat cexbrayat merged commit bf1fbe9 into vuejs:main Nov 15, 2022
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

Successfully merging this pull request may close these issues.

Bug: wrapper.vm does not contain props when using script setup syntax with Vue 3.2.45 and VTU 2.2.2
1 participant