vue-interact
vue-interact copied to clipboard
A VueJS port for InteractJS
For some reason, when you push any of the left corners it stills grows from the right corner.
Prevent an InteractPanel to overlapping another.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.8 to 4.4.12. Changelog Sourced from vite's changelog. 4.4.12 (2023-12-04) fix: backport #15223, proxy html path should be encoded (#15226) (#15227) (fe8b209), closes #15223 #15226 #15227 4.4.11...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.8 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
I'm trying to use this on a vue 3 project with vite 5 and getting this odd error I've tried both `import VueInteract from 'vue-interact';` and `import { VueInteract }...