feat(links): route to selected link

This commit is contained in:
SabreCat
2023-03-17 16:37:16 -05:00
parent 3a4620976e
commit 8cd706fd95
5 changed files with 24 additions and 23 deletions

View File

@@ -43,5 +43,5 @@ const vueInstance = new Vue({
export default vueInstance;
window.externalLink = url => {
vueInstance.$root.$emit('bv::show::modal', 'external-link-modal', url);
vueInstance.$root.$emit('habitica:external-link', url);
};