We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating bar prop of Foo component in App.vue does not trigger a re-render. Although the console shows [vite] /src/App.vue template updated.
bar
Foo
[vite] /src/App.vue template updated.
If the template in App.vue is changed to
<template> <foo bar="baz" /> </template>
then everything works fine.
https://github.com/nekosaur/vite-prop-update
vite
vue
yarn.lock
package-lock.json
@vue/compiler-sfc
The text was updated successfully, but these errors were encountered:
fix(hmr): full diff props for non-sfc component
0c1efde
close #vitejs/vite#872
fix(hmr): full diff props for non-sfc component (#2359)
e78915a
It is already fixed in vue-next, close for now.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Updating
bar
prop ofFoo
component in App.vue does not trigger a re-render. Although the console shows[vite] /src/App.vue template updated.
If the template in App.vue is changed to
then everything works fine.
Reproduction
https://github.com/nekosaur/vite-prop-update
System Info
vite
version: 1.0.0-rc.4vue
version (fromyarn.lock
orpackage-lock.json
): 3.0.0@vue/compiler-sfc
version: 3.0.0The text was updated successfully, but these errors were encountered: