Farnabaz
Farnabaz
### Version [v2.9.2](https://github.com/nuxt.js/releases/tag/v2.9.2) ### Reproduction link [https://codesandbox.io/s/codesandbox-nuxt-hm0ch](https://codesandbox.io/s/codesandbox-nuxt-hm0ch) ### Steps to reproduce When creating a new link with `crossorigin` value, and setting its value to `true`, attribute renders with value. View...
Module uses `JSON.stringify` to encode workbox options. This PR add `@nuxt/devalue` as direct dependency and uses it to encode options. resolves #281
Update `@docus/core` version to allow Semvers in content files name. This update will ignore pattern `/^(\d+)(\.\d+)*(\.x)?$/`. File which match this pattern will same same slug as file name. ``` 1/index.md...
### π Linked issue resolves #1425 ### β Type of change - [ ] π Documentation (updates to the documentation or readme) - [ ] π Bug fix (a non-breaking...
### π Linked issue resolves #1419 ### β Type of change - [ ] π Documentation (updates to the documentation or readme) - [ ] π Bug fix (a non-breaking...
### π Linked issue ### β Type of change - [ ] π Documentation (updates to the documentation or readme) - [ ] π Bug fix (a non-breaking change that...
### π Linked issue resolves #1348 ### β Type of change - [ ] π Documentation (updates to the documentation or readme) - [ ] π Bug fix (a non-breaking...
Disabling SSR limits the ability to prefetch query endpoints in the generation process and therefore generated website will not contain any content. There are some approaches we can take to...
Using `` component with slots name has limitation, due to Vue rendering. On second and further renders `` component will not receive updated value for slots. This will break the...
**π The bug** When using `useFetch` composable inside setup function will raise undefined error when navigating to 404 page. I think this might be related to generating `fetchKey` **π οΈ To...