vue-flip-toolkit icon indicating copy to clipboard operation
vue-flip-toolkit copied to clipboard

Made compatible with vue 3

Open sebastiandittrich opened this issue 5 years ago • 4 comments

As Vue 3 has kept most of the options API the same, it is only one line of code that needs to be changed.

But you have to compile the templates with the new version of vue-template-compiler, otherwise, the components will not work.

Important: I have not updated the dependencies (important for vue-template-compiler), because I think you are also using the same dependencies to build the examples in the stories folder. Since I didn't want to break those and I am not familiar with how rollup works, I kept package.json unchanged.

sebastiandittrich avatar Nov 06 '20 09:11 sebastiandittrich

@sebastiandittrich I don't understand this change. Won't this be a breaking change for Vue 2.0 users?

mattrothenberg avatar Jan 05 '21 13:01 mattrothenberg

Do you have any news about vue 3 support ? 🙂

jechazelle avatar Sep 28 '21 08:09 jechazelle

I don't, @jechazelle . PRs are welcomed!

mattrothenberg avatar Sep 28 '21 12:09 mattrothenberg

@mattrothenberg Sorry for the confusion, I also do not fully understand what this does exactly, as it was a long time ago. It was also not meant as a 100% complete solution, I just wanted to share my issue and the solution with you. Feel free to delete it if you don't need it.

sebastiandittrich avatar Oct 06 '21 18:10 sebastiandittrich