vue-interact
vue-interact copied to clipboard
Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/vue-interact.js' does not provide an export named 'default'
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..