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
I feel like this is perhaps something of an edge case, but it did break my VCE project.
Basically, v3.3.0 seems to change when the HTML of the custom element is rendered. In previous versions, the HTML for a dynamically created element was available instantly, whereas in v3.3.0, there's a delay.
I feel like this is perhaps something of an edge case, but it did break my VCE project.
Basically, v3.3.0 seems to change when the HTML of the custom element is rendered. In previous versions, the HTML for a dynamically created element was available instantly, whereas in v3.3.0, there's a delay.
https://codesandbox.io/s/romantic-firefly-hmzyl?file=/src/App.vue
Try changing the VCE version in the dependency list and observe how the output (see App.vue line 17) in the browser's dev console changes.
The text was updated successfully, but these errors were encountered: