-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
[Vapor] Error when multiple native functions in template #14561
Copy link
Copy link
Closed as duplicate of#14560
Description
Vue version
3.6.0-beta.7
Link to minimal reproduction
Steps to reproduce
- Create a component with two divs containing
{{ Math.random() }} - Reload the page
What is expected?
No error and to generate a random number on first load
What is actually happening?
An error thrown, blocking the component from generating
System Info
Any additional comments?
Maybe related to #14560
It works for only one call.
It works when one or multiple in <script> part.
It works when the same function is used from <script> part with one in template.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels