docs icon indicating copy to clipboard operation
docs copied to clipboard

📄 Documentation for Vue 3

Results 261 docs issues
Sort by recently updated
recently updated
newest added

It would be helpful if in the computed documentation for vue 2 and 3 that: > In a computed property, if you try to access a property on the instance...

My `cmd+k` is already in use, so I use `/` to focus the search bar. However, `/` doesn't work when the page has just finished loading, it works only if...

https://github.com/vuejs/docs/blob/1faadee96301601b7b0e9bd022bea2331a573d0b/src/guide/components/events.md?plain=1#L225 > avoiding edge cases caused by DOM events manually dispatched by 3rd party code --- https://github.com/vuejs/core/issues/27 > The problem is that these same listeners can also be triggered by...

enhancement

### Vue version current ### Link to minimal reproduction ttps://vuejs.org/api/reactivity-core.html#ref ### Steps to reproduce Could you please clarify: "If an object is assigned as a ref's value, the object is...

1. How do I manipulate the host element. 2. How do I expose methods for custom elements 3. etc...

On the page about performance best practices, there's a section named [Reduce Reactivity Overhead for Large Immutable Structures](https://vuejs.org/guide/best-practices/performance.html#reduce-reactivity-overhead-for-large-immutable-structures), which I found very enlightening. For example, if a Vue app fetches...

In v2 Docs, there was a very nice Cookbook recipe about how to publish a Vue component to NPM. It is based on Rollup and is really outdated; at the...

Vue can be used to create Web Components. The docs explain how to use slots here: However, that explanation only holds when using a template. With a render function it...

In the [slot documentation](https://vuejs.org/guide/components/slots.html) there is no mention that styles defined in `` in the parent do not apply to slot content. The reference to this is in the first...

There are a few places in the docs where we imply or state that you can only use `v-slot` directly on the component tag for the default slot. So, for...