Issue with devtools
Uninen opened this issue · 2 comments
Uninen commented
RollupError: "default" is not exported by "node_modules/.pnpm/@VUE+devtools@7.0.2_vite@5.0.7
https://github.com/Uninen/tauri-vue-template/actions/runs/7524555427/job/20479550839
aoor9 commented
// main.ts
import devtools from '@vue/devtools' // error
import { devtools } from '@vue/devtools' // correct
Uninen commented
Thanks a bunch! It's kinda trippy that Vue developers created a totally new project in a new repo and just pushed it into the same namespace on NPM 😅
I'll push a fix to this during the weekend 👍