wikijs-fork/client/themes/default/components
IndieRodo 006dae1221
fix: links to subtitles with special characters (#1949)
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
2020-05-30 13:10:44 -04:00
..
nav-footer.vue fix: dark theme UI improvements 2020-05-11 00:40:51 -04:00
nav-sidebar.vue fix: resize Font Awesome icon (#1897) 2020-05-21 00:04:15 -04:00
page.vue fix: links to subtitles with special characters (#1949) 2020-05-30 13:10:44 -04:00
tabset.vue feat: content tabs 2020-04-26 21:04:08 -04:00