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
When you include vue via CDN (https://unpkg.com/vue@3/dist/vue.global.prod.js) and wrap a textarea in v-pre, the {{ aren't ignored and it escapes everything after that (assuming there is no closing }}).
See this jsfiddle for an example: https://jsfiddle.net/h4ds29me/
{{ is ignored outside the textarea fine.
What is expected?
The {{ is ignored inside the v-pre textarea
What is actually happening?
The {{ is not ignored inside the v-pre textarea
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered:
Vue version
3.5.4
Link to minimal reproduction
https://jsfiddle.net/h4ds29me/
Steps to reproduce
When you include vue via CDN (https://unpkg.com/vue@3/dist/vue.global.prod.js) and wrap a textarea in v-pre, the {{ aren't ignored and it escapes everything after that (assuming there is no closing }}).
See this jsfiddle for an example:
https://jsfiddle.net/h4ds29me/
{{ is ignored outside the textarea fine.
What is expected?
The {{ is ignored inside the v-pre textarea
What is actually happening?
The {{ is not ignored inside the v-pre textarea
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: