MeesterDev
MeesterDev
- L5-Swagger Version: 8.5.1 - PHP Version: 8.1.17 - OS: Ubuntu (WSL 1) Description: Empty scopes for a security definition ends up being an empty array. It should be an...
### Vue version 3.4.31 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-9ygjdp?file=src%2Fassets%2Fbase.css,src%2Fassets%2Fbase2.css,src%2Fcomponents%2FTestOne.vue,src%2Fcomponents%2FTestTwo.vue,src%2FApp.vue,src%2Fmain.js&terminal=dev ### Steps to reproduce Import a style within a `:deep` (or `:global`), using `@import`. In the reproduction link, you'll see...
This solves #125. I initially considered throwing an error where there is now a warning, but settled on a warning to prevent breaking existing code. 
`@Ref` not being (fully) reactive makes sense, as $refs is not reactive (see https://github.com/vuejs/core/issues/13168). The suggested solution by the people over at the vuejs team, was to call useTemplateRefs(), which...