• IndieRodo's avatar
    fix: links to subtitles with special characters (#1949) · 006dae12
    IndieRodo authored
    This issue is related to #1006 . The $vuetify.goTo() function expects a UTF-8 ev.target.hash . However, the markdown CRM URIencodes the ev.target.hash (this is great for browser compatibility, not so much for Vuetify)
    
    Adding decodeURIComponent() to ev.target.hash fixes compatibility with Vuetify.
    
    This fixes GitHub issue #1873
    006dae12
Name
Last commit
Last update
..
nav-footer.vue Loading commit data...
nav-sidebar.vue Loading commit data...
page.vue Loading commit data...
tabset.vue Loading commit data...