Danilo Freire
Danilo Freire
### Environment https://codesandbox.io/s/amazing-minsky-nwzxcr?file=/nuxt.config.js ### Reproduction In the "nuxt.config.js" define the build transpile like: import { defineNuxtConfig } from "nuxt"; export default defineNuxtConfig({ build: { transpile: [({ isDev }) => isDev...
### Environment https://codesandbox.io/s/new-haze-rmtleo?file=/app.vue ### Reproduction Open the page and the alert will pop-up. ### Describe the bug The useHead can be used for XSS Attack. In my application, the user's...
### Describe the feature I couldn't find a way to mock the '$fetch' for rest calls to my api server. I would like to mock the '$fetch' calls, for a...