Bård Kalbakk
Bård Kalbakk
- Fixes activation script failing when user profile path on Windows systems contains non-ANSI characters such as æøå. - Python defaults to writing the file with ANSI encoding, this change...
This PR updates the `index.d.ts` TypeScript definition file to support ES6 import syntax without requiring the `allowSyntheticDefaultImports` compiler option. The change aligns the TypeScript definitions with the ES6 module standard,...
### Describe the bug From version 11.1.0 typescript definitions for Ref values are wrong. Type parameter is repeated twice for all Ref values. This is consistent across the definition files...
When Vite starts, Vue DevTools prints the following message to the terminal: ``` ➜ Vue DevTools: Press Alt(⌥)+Shift(⇧)+D in App to toggle the Vue DevTools ``` Including key symbols (⌥...