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
After router-view is rendered, click on "vuerouter link"
What is expected?
After step #3 is performed, the router-view should render the content from the 2nd router-link.
What is actually happening?
While it is clear that the route in the URL browser bar changes, the router-view is not updated with the contents (the updated template) from the "vuerouter twitter" router-link.
After router-link is clicked, "twttr.widgets.load()" is called [1] which is supposed to replace all instances of ... with an iframe. For some reason this is disrupting the ability for the 2nd router-link to update the router-view with its template ().
Uh oh!
There was an error while loading. Please reload this page.
Version
3.1.3
Reproduction link
https://codepen.io/gumho/pen/oNNVYyN
Steps to reproduce
Using versions:
Vue JS 2.6.10
Vue-router 3.1.3
Steps:
What is expected?
After step #3 is performed, the router-view should render the content from the 2nd router-link.
What is actually happening?
While it is clear that the route in the URL browser bar changes, the router-view is not updated with the contents (the updated template) from the "vuerouter twitter" router-link.
After router-link is clicked, "twttr.widgets.load()" is called [1] which is supposed to replace all instances of ... with an iframe. For some reason this is disrupting the ability for the 2nd router-link to update the router-view with its template ().
[1] https://developer.twitter.com/en/docs/twitter-for-websites/javascript-api/guides/scripting-loading-and-initialization
The text was updated successfully, but these errors were encountered: