We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BaseLink
A base link component that renders as a <nuxt-link>, <router-link>, or <a> element.
<nuxt-link>
<router-link>
<a>
status: draft
draft
href
''
to
name
params
{}
query
text
v-slot
router-link
usa-current
The text was updated successfully, but these errors were encountered:
365ad6b
patrickcate
No branches or pull requests
BaseLink
A base link component that renders as a
<nuxt-link>
,<router-link>
, or<a>
element.status:
draft
Props
href
''
to
''
name
''
params
{}
query
{}
text
''
Slots
CSS Classes
External Libraries
Sub-Components
Dependencies
Notes
v-slot
from<router-link>
component is exposed.<router-link>
and<nuxt-link>
props are passed down to the component.text
prop?Tests
<nuxt-link>
component if Nuxt is detected.<router-link>
component if theto
,name
, orparams
props are used.<a>
if thehref
prop is used.text
prop is used, the text is added as the link text.text
prop and default slot are both used, the default slot will override thetext
prop.router-link
current route class needs to be set tousa-current
.The text was updated successfully, but these errors were encountered: