-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
Description
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