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

## Description of Problem Right now, the guide does not mention a way to have explicit prop type declarations and default values at the same time. The only (close) solution,...

The vue docs appear to conflict with vue router's advice on using async components for routes. *"Do not use Async components for routes. Async components can still be used inside...

## Description of Problem The document says 'When using Vue _without_ a build step' under [the section 'In-DOM Root Component Template'](https://vuejs.org/guide/essentials/application.html#in-dom-root-component-template). But the first line in the js code snippet...

[Fig](https://fig.io) provides autocomplete for 300+ CLI tools including Vue. It looks like this: We think this will help users become more efficient with Vue CLI, so we would love to...

Can someone add my example for SSR at https://github.com/ThinhVu/vue-ssr-labs/tree/main/use-vue-basic or https://github.com/ThinhVu/vue-ssr-labs/tree/main/use-vue into https://vuejs.org/guide/scaling-up/ssr.html This example includes Vue + Vue-router + Pinia + Common pitfalls I hope it'll help someone who...

The following is the original text: > Composables should only be called synchronously in or the setup() hook. In some cases, you can also call them in lifecycle hooks like...

Implementing the tutorial code for chapter 12 of the child component `ChildComp.vue` ```vue // "props' is assigned a value but never used" const props = defineProps({ msg: String, }); {{...

Currently, we only list `component` and `slot` in the [Built-in Special Elements](https://github.com/vuejs/docs/blob/main/src/api/built-in-special-elements.md). I think `template` should also be listed and explained there.

enhancement

### What problem does this feature solve? The useful withDefaults SFC macro is not documented in https://vuejs.org/guide/typescript/composition-api.html only the reactivity transform based syntax, this might make it seem that that's...

enhancement

### What problem does this feature solve? SFC CSS support a `v-bind` function for passing data from the components to its associated CSS. But the behavior in regards to CSS...

enhancement