amendx / vue-dndrop

:herb: A vue library for drag and drop :sparkles:
https://amendx.github.io/vue-dndrop
MIT License
207 stars 21 forks source link

Bug: Latest version not working with Vue 3 #55

Closed avaschi closed 2 years ago

avaschi commented 2 years ago

After upgrading from version 1.2.7 to 1.2.8 the libary isn't working anymore. I get a "createElement is not a function" error:

vue dndrop error

For now, downgrading to 1.2.7 is fixing this.

amendx commented 2 years ago

@avaschi checkout the https://www.npmjs.com/package/vue-dndrop for the latest packages list, but here at https://amendx.github.io/vue-dndrop/guide/installation.html#installation you can see how it works.

The 1.2.7 is indeed the latest version for Vue3.

avaschi commented 2 years ago

It seems to be a problem with pnpm then, it upgraded automatically to the 1.2.8 version after running "pnpm install"