Describe the bug
App stuck on tauri://file-drop
onMounted(() => {
listen("tauri://file-drop", (event) => {
console.log(event.payload)
})
})
Reproduction
No response
Expected behavior
No response
Platform and versions
Environment
› OS: Mac OS 12.4.0 X64
› Node.js: 18.4.0
› npm: 8.12.1
› pnpm: 7.4.0
› yarn: Not installed!
› rustup: 1.24.3
› rustc: 1.61.0
› cargo: 1.61.0
› Rust toolchain: stable-aarch64-apple-darwin
Packages
› @tauri-apps/cli [NPM]: 1.0.1
› @tauri-apps/api [NPM]: 1.0.1
› tauri [RUST]: 1.0.1,
› tauri-build [RUST]: 1.0.1,
› tao [RUST]: 0.12.0,
› wry [RUST]: 0.19.0,
App
› build-type: bundle
› CSP: unset
› distDir: ../dist
› devPath: http://localhost:3000/
› framework: Vue.js
App directory structure
├─ dist
├─ node_modules
├─ public
├─ .github
├─ src-tauri
├─ .git
├─ .vscode
└─ src
Stack trace
No response
Additional context
test-drop.zip
This is a test app
Describe the bug
App stuck on
tauri://file-dropReproduction
No response
Expected behavior
No response
Platform and versions
Stack trace
No response
Additional context
test-drop.zip
This is a test app