This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make VLink component that wraps around both external and internal links #879
Make VLink component that wraps around both external and internal links #879
Changes from 5 commits
6921e3b
622acc0
4379fb8
8433e64
e8d70c6
7b069dd
66a604e
87416fc
fb30b4c
5a68ae6
673d8fb
7465072
4d7dfa0
fcd3257
e8ed2ea
231510c
d52ed20
69345ad
482d7e1
d7ab14a
ebed7be
1d7e2a7
7a4faff
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In what case is
app
null? 😱There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When testing 😆 That was probably a lazy hack to ensure tests pass without mocking the nuxt context :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh dear! I wish it was easier to set up a globally enabled mock of the nuxt stuff 🤔