Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
0.1
-
None
-
Unknown
-
Description
Current, we are using createWebHashHistory from vue-router to handle the routes.
Consequently, the variable part of the route is behing a #.
Therefore, when clicking on a link with an anchor, this anchor is used as a resource.
We need to find a way to avoid that issues.
Two options:
- Don't use createWebHashHistory, but afaik we can't because of electron
- Provide a custom scheme for this (e.g., use a special url parameters for the anchor, but that mean an even more special handling of urls).