Closed avaschi closed 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.
It seems to be a problem with pnpm then, it upgraded automatically to the 1.2.8 version after running "pnpm install"
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:
For now, downgrading to 1.2.7 is fixing this.