You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{defineComponent,ref}from"vue";constComp=({ value })=><div>{value}</div>;exportdefaultdefineComponent(()=>{constfoo=ref(0);return()=><ComponClick={()=>foo.value++}value={`${foo.value}`}/>;});
🏞 Desired result
🚑 Other information
Need NODE_ENV=production environment variable.
The text was updated successfully, but these errors were encountered:
zhiyuanzmj
changed the title
[BUG] TemplateLittle expression can't co-usage with event when use optimize mode.
[BUG] TemplateLittle expression cannot be used with event when use optimize mode.
Dec 7, 2024
zhiyuanzmj
changed the title
[BUG] TemplateLittle expression cannot be used with event when use optimize mode.
[BUG] TemplateLiteral expression cannot be used with event when use optimize mode.
Dec 7, 2024
🐛 Bug description
📝 Steps to reproduce
Reproduction Link (required):
https://github.com/zhiyuanzmj/vue-jsx-issue-728
The value prop does not respond correctly.
🏞 Desired result
🚑 Other information
Need
NODE_ENV=production
environment variable.The text was updated successfully, but these errors were encountered: