vue-accessible-tabs icon indicating copy to clipboard operation
vue-accessible-tabs copied to clipboard

Not ready for Vue 3. Maybe its a good time?

Open Altenrion opened this issue 1 year ago • 0 comments

I was trying to implement this in a Vue3 project. Got errors like that:

caught (in promise) TypeError: createElement is not a function
    at Proxy.render (vue-accessible-tabs.js?v=f4800fa3:98:12)

Rather quicly i discovered that is is connected with Vue2 -> Vue3 differences.

The needed update provided by link on stackowerflow

It would be nice if anyone can update project. I understand that it is 3 yers old.. But still.

I liked that repo because all others who provided tabs - were trying to use params for namiing and in here you provided ability to make any of extra html as i would want inside components. I'm rather new in Vue.. maybe leater would create my own components, but now need to find set of more or less ready made.

Thanks in advance.

Altenrion avatar Apr 15 '23 08:04 Altenrion