Uninen / tauri-vue-template

Tauri + Vue + Vite template w/ Vitest, Tailwind, and GH Actions configured.
197 stars 20 forks source link

Issue with devtools #38

Open Uninen opened 8 months ago

Uninen commented 8 months ago

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 8 months ago
// main.ts 
import devtools from '@vue/devtools' // error
import { devtools } from '@vue/devtools' // correct
Uninen commented 8 months ago

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 👍