vue-interact icon indicating copy to clipboard operation
vue-interact copied to clipboard

Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue-interact.js' does not provide an export named 'default'

Open vesper8 opened this issue 1 year ago • 0 comments

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 } from 'vue-interact';

And both statements are failing with the same error.. really confused why that's happening..

vesper8 avatar May 20 '24 10:05 vesper8