[feat] URL hash for navigation items

Here is an implementation for non multi-page apps:

I have not implemented it on multi-page yet but although the appName wouldn't change, we could get the name of the app doing something like:

{{ url.href.split("/").reverse()[0] }}

1 Like