skirtle
skirtle
From a documentation perspective, this has the potential to be a Cookbook entry. It might need to be multiple entries covering different aspects as I suspect it would be too...
When I was adding the section about functional components to the docs for `render` functions, I did initially have a short section talking about renderless components. For various reasons I...
`context.slots[slotName]` is similar to a render function but it is not a render function. It does return an array of VNodes but it takes different arguments. Even if your slot...
Relevant docs: If I've understood correctly, the problem being reported here is only directly relevant to Sass. However, the example in the docs only shows `:deep()` used with a simple...
I recommend asking about this on Vue Land Discord: . I'm unclear what documentation problem you'd like us to solve based on your description. It doesn't sound like a documentation...
#1901 is a duplicate of this issue, but as the conversation about this enhancement is at a more advanced stage on that issue I'm going to close this one.
You pass the options when you call `app.use`: ```js app.use(plugin, options) // Pass in the options here ``` These are then received by the `install` function of the plugin: ```js...
I've opened an issue against the main repo to get clarification about what the expected behaviour is: https://github.com/vuejs/vue-next/issues/2633 I believe the TS definitions currently only allow `number | string` but,...
I've opened #1937 with the changes discussed above.
I think this is the same issue as #1122. Not sure why that was closed, but we can use this one instead.