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

![Screenshot 2024-09-16 at 7 46 38 AM](https://github.com/user-attachments/assets/f5712911-1e9e-47a2-a4b3-481f17c39412)

I'm new to Vue but have angualarJS (aka angular 1) experience and back then, anything outside of the angular scope had to be brought back into the scope for reactivity....

## Description of Problem `useTemplateRef` cannot accept `null` as key and does not need union with `null` in generic param type, as `null` will be added to the return type...

Please add a reset button to the tutorial editors. A browser refresh does reset the current editor state. A dedicated button to reset the editor may add a better UX.

[The English documentation](https://vuejs.org/guide/typescript/composition-api.html#props-default-values) mentions it But [the French one](https://fr.vuejs.org/guide/typescript/composition-api.html#props-default-values) does not Cf. screenshots: | English | French | | ------------- | ------------- | | ![English doc screenshot](https://github.com/user-attachments/assets/999e2c14-39c6-43e4-81de-831e7723f732) | ![French doc...

discussion

The return type of `useId()` [in the docs](https://vuejs.org/api/composition-api-helpers.html#useid) is only `string`, however, the actual return type according to `runtime-core.d.ts` is `string | undefined`. Is this intentional or is it not...

content

文档中只支持string和Component类型 ![image](https://github.com/user-attachments/assets/9d75f964-47d3-4878-aef2-0c43d2b07987) 实际上VNode类型也支持 ![image](https://github.com/user-attachments/assets/f925dab2-a799-4348-8e97-e485e08a529f)

content

## Description of Problem ## Proposed Solution ## Additional Information