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
<router-link :to="{ name: 'home-tag', params: { tag: name } }" :class="className" >
Ideally, { name: 'home-tag', params: { tag: name } } should be a computed property and then used like:
{ name: 'home-tag', params: { tag: name } }
<router-link :to="homeLink" :class="className" >
Related resources:
The text was updated successfully, but these errors were encountered:
I can tackle this if you don't mind.
Sorry, something went wrong.
PR at #224
Use computed property for router link #231
@andriyfm this PR got error that name is null We should accept pull request of @kylerits . That PR fix my error
name
No branches or pull requests
Ideally,
{ name: 'home-tag', params: { tag: name } }
should be a computed property and then used like:Related resources:
The text was updated successfully, but these errors were encountered: