Trying to look at the demo for useAxios and getting this error:
Failed to resolve module specifier "@vueuse/integrations/useAxios".
Tip: edit the "Import Map" tab to specify import paths for dependencies.
To reproduce:
- Go to https://vueuse.org/integrations/useAxios/
- Under Demo, click on playground (beta) link
- See error message
This is Chrome Version 141.0.7390.123 (Official Build) (64-bit) on Windows 11 enterprise.
On Firefox 138.0.3, the error is:
The specifier “@vueuse/integrations/useAxios” was a bare specifier, but was not remapped to anything. Relative module specifiers must start with “./”, “../” or “/”.
Adding ./, ../, or / does not fix the issue.
I wasn't sure if this was related to a similar issue or not.
Trying to look at the demo for useAxios and getting this error:
To reproduce:
This is Chrome Version 141.0.7390.123 (Official Build) (64-bit) on Windows 11 enterprise.
On Firefox 138.0.3, the error is:
Adding
./,../, or/does not fix the issue.I wasn't sure if this was related to a similar issue or not.