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

stringifyStatic get wrong attributes #6617

Closed
zjffun opened this issue Sep 7, 2022 · 3 comments · Fixed by #6635
Closed

stringifyStatic get wrong attributes #6617

zjffun opened this issue Sep 7, 2022 · 3 comments · Fixed by #6635
Labels
feat: compiler 🔨 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

Comments

@zjffun
Copy link

zjffun commented Sep 7, 2022

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

@zjffun
Copy link
Author

zjffun commented Sep 7, 2022

Related issue #6568

@edison1105 edison1105 added 🐞 bug Something isn't working feat: 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
@Circkoooooo
Copy link

playground

Looks good.

@edison1105
Copy link
Member

@Circkoooooo
see sfc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat: compiler 🔨 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants