vue-weather-widget
vue-weather-widget copied to clipboard
problem with support for Vue3
Hey I installed this on Vue 3.2.13
I showed some errors regarding the "this.$set" is not a valid function
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
Hey I installed this on Vue 3.2.13
I showed some errors regarding the "this.$set" is not a valid function
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