Route Location the link should navigate to when clicked on.
name?: RouteRecordNameGeneric
params?: RouteParamsRawGeneric
path?: undefined
A relative path to the current location. This property should be removed
query?: LocationQueryRaw
hash?: string
force?: boolean
Triggers the navigation even if the location is the same as the current one.
Note this will also add a new entry to the history unless replace: true
is passed.
state?: HistoryState
State to save using the History API. This cannot contain any reactive
values and some primitives like Symbols are forbidden. More info at
https://developer.mozilla.org/en-US/docs/Web/API/History/state
text
string
destructive
boolean
icon
string
custom
false
Whether RouterLink should not wrap its content in an a tag. Useful when
using v-slot to create a custom RouterLink