NuxtJS (Vue3) with pages pulls in a library with wasm causing errors
If I access the page from another page, it loads perfectly fine. If I try to load the page directly:
I've read from the search that basically if you load wasm as a byte buffer it causes errors. Heres the thing though:
I load the library using an onmount script:
The point is I'd like to avoid caching onMounted content if possible. I tried using nitro options to not to cache the page but that did not work.
0 Replies