Skip to content

fix(compiler-sfc): template assignment expression codegen correctly#3626

Merged
yyx990803 merged 2 commits intovuejs:masterfrom
edison1105:fix/3625
May 28, 2021
Merged

fix(compiler-sfc): template assignment expression codegen correctly#3626
yyx990803 merged 2 commits intovuejs:masterfrom
edison1105:fix/3625

Conversation

@edison1105
Copy link
Copy Markdown
Member

fix #3625

@edison1105 edison1105 changed the title fix(compiler-sfc): template update expression codegen correctly fix(compiler-sfc): template assignment expression codegen correctly Apr 18, 2021
chore: improve code

chore: improve code

chore: improve code

chore: improve code

fix: clean code
@HcySunYang HcySunYang added 🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: sfc labels Apr 18, 2021
@yyx990803 yyx990803 merged commit 2c7bd42 into vuejs:master May 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨 p3-minor-bug Priority 3: this fixes a bug, but is an edge case that only affects very specific usage. scope: sfc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@onclick="v+=1" for ref v declared as var/let does not increment. <script setup>

3 participants