vuejs / core

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
https://vuejs.org/
MIT License
45.6k stars 8k forks source link

fix(shared): convert reactive string correctly in interpolation #11201

Closed KazariEX closed 1 week ago

KazariEX commented 1 week ago

fix #11199

skirtles-code commented 1 week ago

Possible duplicate of #7306 and #5593.

yyx990803 commented 1 week ago

Thanks for the PR! I noticed there is #7306 which is earlier and has more test coverage.