nikitasnv / vue-resizable

VueResizable component
https://nikitasnv.github.io/vue-resizable/
MIT License
224 stars 46 forks source link

TypeError: (0 , i.openBlock) is not a function #37

Open nosehair opened 2 years ago

nosehair commented 2 years ago

Not sure what the issue is but i get the above error thrown when trying to include the package. It has been setup basically the same way as your demo. Currently using vue2

nikitasnv commented 2 years ago

Updated v2 branch for vue2. Unfortunately, the assemblies are not comparable. Try to use 1.3.2 version.

dima-runecast commented 2 years ago

Downgrading to version 2.1.3 seems to fix the problem on V2

Noruka commented 2 years ago

I'm having this issue when using the resize component inside a "vuedraggable": "2.24.3" and a Element UI El-Collpase-Item. I'm using version 2.1.3 with vue 2

andreasrein commented 2 years ago

Had the same issue. I'm running Vue 2.6.11, had to downgrade vue-resizeable to 1.3.2 to solve it like @nikitasnv recommended.