vinayakkulkarni / v-tweakpane

Tweakpane 🤝 Vue 💚
https://v-tweakpane.netlify.app
MIT License
26 stars 4 forks source link

Issue with Nuxt 3 and even Demo Page has issue. #1516

Closed anuzpandey closed 4 months ago

anuzpandey commented 4 months ago

Theres this issue with the plugin. v.addBinding is not a function

calumk commented 4 months ago

The code seems to be fine but the issue is that the NPM release is referencing an old dependancy

"tweakpane": "^3.1.0"

If you download the git repo, build it. and then link to the built version, it works as expected.

@vinayakkulkarni I might be wrong but having read everything, I think You need to bump the package.json version and re-publish

vinayakkulkarni commented 4 months ago

https://stackblitz.com/edit/v-tweakpane?file=src/App.vue

Updated example dir as well as stackblitz with latest version!