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
If a router-view is wrapped inside of a v-if directive, it won't update once the v-if directive resolves to true. A couple of thoughts - It might make sense to warn the user when no router-view is present. Alternatively, the router-view could wait to transition until it detects a router-view has been inserted inside the router's root selector.
Notes:
Neither calling router.go() nor clicking on v-links to the route will update the router-view.
The router is not failing, as changing routes does update the router-view/component.
If a router-view is wrapped inside of a v-if directive, it won't update once the v-if directive resolves to true. A couple of thoughts - It might make sense to warn the user when no router-view is present. Alternatively, the router-view could wait to transition until it detects a router-view has been inserted inside the router's root selector.
Notes:
router.go()
nor clicking onv-link
s to the route will update the router-view.Example fiddle: http://jsfiddle.net/xn7tmbdn/4/
The text was updated successfully, but these errors were encountered: