HTML link in component loads entire site #4210
-
Hello, In my docs site, I have a Card component which functions as a link. I globally register it then use it on index pages: However, the HTML Here is the index page markup: # Get Started
Get started with the Spectre CSS library.
<div class="vp-raw docs-demo columns">
<Card title="Installation"
desc="How to install and use Spectre CSS"
path="installation.html" />
...
</div> If I add a straight markdown link in the page, the navigation works perfectly. What am I missing to make this link work like it should? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
brc-dd
Sep 17, 2024
Replies: 1 comment 1 reply
-
It's because of vp-raw. vp-raw currently bypasses the SPA router as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davestewart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#4112
It's because of vp-raw. vp-raw currently bypasses the SPA router as well.