vue-weather-widget icon indicating copy to clipboard operation
vue-weather-widget copied to clipboard

problem with support for Vue3

Open Melicias opened this issue 2 years ago • 1 comments

Hey I installed this on Vue 3.2.13

I showed some errors regarding the "this.$set" is not a valid function image

After a fast search on google I found out that Vue 3 doesn´t support this.$set anymore, so I changed the files by hand in the node_modules

After those changes it started to work.

So maybe you could do a few small changed and get this working on Vue 3?

Do you think this is possible? Thank you so much

Melicias avatar Oct 10 '22 11:10 Melicias

Hey I installed this on Vue 3.2.13

I showed some errors regarding the "this.$set" is not a valid function image

After a fast search on google I found out that Vue 3 doesn´t support this.$set anymore, so I changed the files by hand in the node_modules

After those changes it started to work.

So maybe you could do a few small changed and get this working on Vue 3?

Do you think this is possible? Thank you so much

how do you change it in node_modules can u share me your solution, thank you

raikodok avatar Jun 10 '24 12:06 raikodok