Ewen Donald Cameron
Ewen Donald Cameron
### Vue version 3.2.33 ### Link to minimal reproduction https://stackblitz.com/edit/heroicon-missing-data-v?file=src/App.vue ### Steps to reproduce Bug is already present in minimal reproduction. ### What is expected? When using to render a...
### Describe the bug Follow on from #6299. It appears the typing issues persist if your queryKey includes any Ref or MaybeRef values, both nested in objects and at the...
Having a back-and-forth with Copilot is very frustrating due to the lengthly process to collect workspace information (exacerbated by VSCode forcing the "@workspace" context, and the trigger-happiness of the algorithm...
I am writing a Playwright test suite in TypeScript using VSCode. We are following a standard pattern of using classes wrapped around a Playwright page object that abstract common workflows....
**Describe the bug** When stubbing child components using the `stubs` option, vue-test-utils will not match components against the name they have been registered under, but by the internal name given...
### Vue version 3.5.16 ### Link to minimal reproduction https://stackblitz.com/edit/vue-compiler-sfc-configdir-bug?file=tsconfig.app.json ### Steps to reproduce 1. Open the minimal reproduction and observe the following compiler error: ``` [plugin:vite:vue] [@vue/compiler-sfc] Failed to...
### Clear and concise description of the problem As a developer, I'd like to use the `useRouteParams` function in my codebase due to how it simplifies dealing with params that...