-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
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
Vue 3: Port to @vueuse/head (and get rid of vue-meta) #8221
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
SonarCloud Quality Gate failed. |
@@ -82,6 +83,9 @@ export const renderSuccess = (): void => { | |||
wormhole: instance.config.globalProperties.$wormhole | |||
}) | |||
|
|||
// @vueuse/head |
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.
What's this comment needed for?
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.
Clarified in a call: just for consistency, because the other blocks also have a comment.
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.
👍
Description
Port to @vueuse/head (and get rid of vue-meta)
I tried to make the new (alpha) version of vue-meta work, but couldn't and then chose to go with
@vueuse/head
which I trust more to be properly maintained in the long run and also offers us a nice composition api.Types of changes
Checklist:
Open tasks: