-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
stringifyStatic
get wrong attributes
#6617
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
Comments
Related issue #6568 |
edison1105
added
🐞 bug
Something isn't working
scope: compiler
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
labels
Sep 8, 2022
Looks good. |
@Circkoooooo |
moushicheng
added a commit
to moushicheng/core
that referenced
this issue
Sep 9, 2022
moushicheng
added a commit
to moushicheng/core
that referenced
this issue
Sep 9, 2022
chrislone
pushed a commit
to chrislone/core
that referenced
this issue
Feb 4, 2023
… value when stringifying (vuejs#6635) fix vuejs#6617
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: compiler
Vue version
3.2.36
Link to minimal reproduction
Open this link https://stackblitz.com/edit/vue-jkfe1i?file=src%2FApp.vue,src%2Fmain.js
SFC Playground
Steps to reproduce
Open https://stackblitz.com/edit/vue-jkfe1i?file=src%2FApp.vue,src%2Fmain.js
What is expected?
Button not disabled
What is actually happening?
Button is disabled
System Info
No response
Any additional comments?
Looks like we need to check the type of value here
The text was updated successfully, but these errors were encountered: