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

We are working on an introductory video of Vue Js (in Spanish) and I noticed that the introduction and quickstart on the official website is focused on the option api,...

enhancement

Hello! I have met two statements in the docs and I can't understand them. 1. Styleguide, where we see the recommendation to use kebab-case for emited events: https://v3.vuejs.org/guide/component-custom-events.html#event-names 2. Migration...

We would like to create a cookbook recipe on how to integrate a blog into Vue app using [ButterCMS](https://buttercms.com/). The V2 cookbook has already a [recipe on this topic](https://vuejs.org/v2/cookbook/serverless-blog.html) so...

cookbook

Once the PR https://github.com/vuejs/core/pull/5408 gets merged, https://vuejs.org/guide/typescript/composition-api.html#typing-component-template-refs should be updated, so there is a mention of this type in the documentation

Vue 3 cookbook is not available anymore. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjLlPySvPr1AhVSyhoKHTbFDjQQFnoECBEQAQ&url=https%3A%2F%2Fv3.vuejs.org%2Fcookbook%2Fdebugging-in-vscode.html&usg=AOvVaw0bQb25dqZW9KtIVJHyRO-y I was looking for `debugging-in-vscode.md`, but never mind I found it in branch `new-project-faq` : https://github.com/vuejs/docs/blob/new-project-faq/src/cookbook/debugging-in-vscode.md Although it would be great to...

cookbook

``` > npx linkinator --recurse --silent --skip 'github.com|favicon.ico|opencollective.com|codepen.io|linkedin.com' https://v3.vuejs.org/ npx: installed 184 in 14.578s 🏊‍♂️ crawling https://v3.vuejs.org/ [0] https://www.inkonhand.com/2015/10/the-serial-oxford-comma-when-and-why-to-use-it/ [0] https://avatars.io/twitter/josgerards88 [0] https://www.orchard-id.com/ [0] https://avatars.io/twitter/prpatel [0] https://fandogh.org/ [0] https://avatars.io/twitter/vincentmayers [0]...

bug

The documentation at https://v3.vuejs.org/guide/a11y-semantics.html#labels shows using `aria-labelledby` however with Vue Components that breaks down as `id` is global within the page rather than local in scope to your component. I...

I have a suggestion to add a hotkey for switching Option/Composition toggle (for example as for Search). In my opinion, it should help to improve experience during reading.

enhancement
new version
contribution welcome

as the [doc](https://v3.vuejs.org/guide/transitions-enterleave.html#css-animations) stat: > CSS animations are applied in the same way as CSS transitions, the difference being that v-enter-from is not removed immediately after the element is inserted,...

new version

There are some significant composable libraries out there. And, since using the composition api and composables is such a great reuse tool it would be nice to know how to...