ktquez / vue-head

Manager the meta information of the head tag, a simple and easy way
MIT License
984 stars 73 forks source link

How about Vue 3? #92

Closed akauppi closed 3 years ago

akauppi commented 4 years ago

I would need something like this in a Vue 3 beta project.

Do you have plans to cover the upcoming Vue version, as well?

egoist commented 4 years ago

I made a version using Vue 3's <Teleport> component: https://github.com/egoist/vue-head

EmmanuelBeziat commented 3 years ago

@ktquez any news on this, please? Vue3 is no longer in beta, and it would be nice to have the ability to switch. Thanks!

akauppi commented 3 years ago

I have no further interest / need for this. Learned to live without head injects, in Vue 3. If @EmmanuelBeziat so wishes, I won’t close it tho.

ktquez commented 3 years ago

@EmmanuelBeziat @akauppi I think the @egoist solution is lightweight and perfect for Vue 3