Thorsten Lünborg
Thorsten Lünborg
### Preface Our Typescript docs are split into two pages for Composition API and Options API, which is fine as there are different things to be aware about when using...
I've encountered multiple people trying to use `await` in `setup()`, writing code like: ```js async setup() { const data = await myAPICall() return { data } } ``` Which fails...
We currently have an empty array as the intial `oldValue` for a watcher that watches multiple values. This does fail for an edge case where we watch multiple values and...
This PR adds a new feature ~~for Plugins~~. Library Authors can now register a callback function using `app.onUnmount()` which will be called immediately after the app has been unmounted with...
- #itemWrapper (each vnode) - #sourceWrapper (per each portal source) - #outerWrapper (one wrapper around all content of this portalTarget closes #388
Issue triggered by this issue in core: https://github.com/vuejs/core/issues/7240 A class such as this one will throw an error when the getter is accessed on a reactive proxy for it: ```js...
### Version 4.1.6 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/clever-feather-cnpoqy?file=/src/views/Home.vue) ### Steps to reproduce 1. Open linked CodeSandbox 2. Observe Console 3. Click on "Home - A", and then on "Home - B"...
Will merge this after I feel like not much more comes up while working on the other packages.