pathQueryAndFragment
The full path of the current route, including any query parameters and fragment.
In the URL: "https://example.com/a/b/c/slug?x=1&y=2#id", this will return "/a/b/c/slug?x=1&y=2#id"
The full path of the current route, including any query parameters and fragment.
In the URL: "https://example.com/a/b/c/slug?x=1&y=2#id", this will return "/a/b/c/slug?x=1&y=2#id"