-
-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Closed
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't working
Description
Version
3.0.5
Reproduction link
Steps to reproduce
Using the following code in the online template compiler (set to SSR) will result in a duplicate import of ssrInterpolate
:
<div>
{{ hello }}
<textarea v-bind="a"></textarea>
</div>
What is expected?
The import to only happen once
What is actually happening?
Imported twice, crashing certain rollup builds (like VitePress)
Metadata
Metadata
Assignees
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't working