Thorsten Lünborg

Results 351 comments of Thorsten Lünborg
trafficstars

I'll preface this by saying that I'm not opposed to this request per se. However, the problem as you describe it does not exist in Vue 3 anymore for the...

Sure, docs contributions are welcome. I'd suggest opening an issue on `docs` repo and coordinate with our docs maintainers about it.

Aside from investigating how to fix this in the router, I think we could also look into optimizing this in Vue core. I think the renderer picks the vnode hooks...

I want to experiment with that, but I see potential problems in as that function has a closure over `currentName` and `matchedRoute`, which we would then also have to move...

Hey, thanks for the detailed report. On first sight this might rather be a bug with a special combination of slot usage. We'll investigate.

```javascript vnode.context.$root ``` will give you the main instance as well.

> it shows error telling me that there 2 duplicated attributes ```html make offline ``` > Also I don't want to make my template handlers to be complicated: That's a...

That would probably be a solid usecase for provide/inject if you don't want to pass down the scoped slot't callback 2 levels, but why through a directive? do it in...