ktquez / vue-head

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

Vue 3 support #99

Open MeritonPylla opened 3 years ago

MeritonPylla commented 3 years ago

Will it be any version for Vue 3 support !?

morr commented 3 years ago

@MeritonPylla yarn upgrade vue-head@MKGaru/vue-head#vue3

HUNG-rushb commented 2 years ago

@MeritonPylla yarn upgrade vue-head@MKGaru/vue-head#vue3

Can you show the the npm syntax to install it?

MeritonPylla commented 2 years ago

@HUNG-rushb npm install github:MKGaru/vue-head#vue3

Or you can replace the package in package.json like: "vue-head": "github:MKGaru/vue-head#vue3" and then hit npm install

literakl commented 2 years ago

I would prefer forks to have a distinct name as it may be harder to locate / google / install them. Peace :-)

mehrshaddarzi commented 2 years ago

@MeritonPylla How to use emit and Update async in Vuejs3 and Component?