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've been wondering about this one for quite a while now. Regular links will reload the whole page, so I need to figure out a way how to insert a <router-link> element instead of a regular <a> tag. Can it be done somehow? We already can insert whole components using decorators, but what about inline elements?
The text was updated successfully, but these errors were encountered:
At Dart we're using buttons with @click="router.push(...)" to implement this functionality. I can't exactly remember the details from when we set this up but I imagine if RouterLinks had worked easily we would have used that instead.
I've been wondering about this one for quite a while now. Regular links will reload the whole page, so I need to figure out a way how to insert a
<router-link>
element instead of a regular<a>
tag. Can it be done somehow? We already can insert whole components using decorators, but what about inline elements?The text was updated successfully, but these errors were encountered: