You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am currently trying to implement this in my project. Vue cli gives me
`WARNING Compiled with 1 warnings
warning in ./node_modules/vue-horizontal/dist/vue-horizontal.esm.js
"export 'default' (imported as 'Vue') was not found in 'vue'`
It is probably due to the fact, that I use Vue3.
Can you confirm this and if so, is there a fix or are you planning to support Vue3 in the future?
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up, I didn't plan for Vue 3 compatibility initially due to it still being in @next channel when I started developing this. I will look into this and target for v1.0.x onwards.
Hi,
I am currently trying to implement this in my project. Vue cli gives me
`WARNING Compiled with 1 warnings
warning in ./node_modules/vue-horizontal/dist/vue-horizontal.esm.js
"export 'default' (imported as 'Vue') was not found in 'vue'`
It is probably due to the fact, that I use Vue3.
Can you confirm this and if so, is there a fix or are you planning to support Vue3 in the future?
The text was updated successfully, but these errors were encountered: