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
The markdown code is generating links on the headers, but it is appending the #<title> to the root of the app and not to the current page.
I.e. if the site is located at localhost:9000/#/ and you click a markdown link on the page localhost:9000/#/about documentation the resulting link is: localhost:9000/#<title anchor> rather than localhost:9000/#/about#<title anchor>
Tried to recreate this on the linked sandbox but getting a sandbox error when I open the calendar app.
Assume this is an issue in the vue routing, but am new to Vue so haven't figured out how to tap into it properly
The text was updated successfully, but these errors were encountered:
The markdown code is generating links on the headers, but it is appending the #<title> to the root of the app and not to the current page.
I.e. if the site is located at localhost:9000/#/ and you click a markdown link on the page localhost:9000/#/about documentation the resulting link is:
localhost:9000/#<title anchor>
rather thanlocalhost:9000/#/about#<title anchor>
Tried to recreate this on the linked sandbox but getting a sandbox error when I open the calendar app.
Assume this is an issue in the vue routing, but am new to Vue so haven't figured out how to tap into it properly
The text was updated successfully, but these errors were encountered: