Adam Jedlička
Adam Jedlička
@moushicheng @posva This wont do, because original issue arose from a vue-router use case. When I'm navigating between pages, I want the old page to be displayed, while new page...
@posva Thanks, I looked into both, but unfortunately neither is sufficient for us. First, about the data fetching in the Vue Router documentation. Data fetching in beforeRouteEnter or in the...
Here is a unit test: ``` test('post flush watchers in toggled components', async () => { let cnt = 0 const CompA = { template: `A`, setup: async () =>...
@posva Hey. So I created a PR with a fix here: https://github.com/vuejs/core/pull/7009 . Could you please look at it and ideally merge it?
Thanks, that fixed the issue. I agree that at least a mention in the documentation would be a good idea. This example you provided is enough to get the general...