Native link by default? #39
-
Hey there, I have just one request/how to question: I think it could be a nice feature since alpinejs is not always used for full app sites but rather internal page components (like i'm doing). Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Good idea! I'll try to implement it in settings |
Beta Was this translation helpful? Give feedback.
-
Hello, I just published version Here is the documentation link, but TLDR:
|
Beta Was this translation helpful? Give feedback.
Hello, I just published version
4.4.0
with the feature you suggested!It should be working well, since it wasn't that complicated, but it would be great if you could test it out!
Here is the documentation link, but TLDR:
window.PineconeRouter.settings.interceptLinks = false
x-link
attribute to the link which you want to handle$router.navigate()
inside an alpine component orPineconeRouter.context.navigate('/path')
anywhere.