Sébastien LeBlanc
Sébastien LeBlanc
### Versions - nuxt: 2.15.8 - node: 16.14.0 ### Reproduction ### Steps to reproduce - Create a projet - Add a head function qui a titleTemplate like so: ``` titleTemplate:...
Run nuxt start with the configuration below. There is lot's of deprecation warning from npm.
Would it be possible to add an exemple using [cookie-universal-nuxt](https://www.npmjs.com/package/cookie-universal-nuxt) instead of `cookie` and `js-cookies`. It combine both feature into a single plugin and is already a Nuxt module.
### Version [v5.8.0](https://github.com/axios-module/releases/tag/v5.8.0) ### Reproduction link [https://codesandbox.io/](https://codesandbox.io/) ### Steps to reproduce 1. Run `nuxt dev` when port 3000 is already in use 2. Nuxt will start on a random port...
- [x] I have searched through existing issues - [x] I have read through [docs](https://vuejs.github.io/vetur) - [x] I have read [FAQ](https://vuejs.github.io/vetur/guide/FAQ.html) - [x] I have tried restarting VS Code or...
Inline style make it harder to override the component style. Currently I do not even load this plugin CSS because I only care about the formatting. But the fact that...
How do you remove the label from the component ? Since I already provide one in my app Also why is it after the input ? This is semantically incorrect....
Hi, When I'm creating a new feature branch with another feature branch as parent (instead of develop). There is no way to get branch name autocompletion when pressing TAB. `git...
Currently $toast is undefined on the server-side. I understand that this library is linked to the DOM, we can't show a Toast on the server-side. ## Detailed Description It would...
## Description Allow HTML in Toast content ## Related Issue #248 , #315 ## Screenshots or GIFs (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change...