docs
docs copied to clipboard
📄 Documentation for Vue 3
just like what we did for v2 docs https://github.com/vuejs/v2.vuejs.org/tree/master/assets then as translators people can modify the text and do necessary re-layout inside and export as their own versions, at the...
[lifecycle-diagram](https://vuejs.org/guide/essentials/lifecycle.html#lifecycle-diagram) Thanks to the community for their contribution. When I used the documentation, I found that the flow chart was inconsistent with the actual situation. `unmounted => onUnmounted` 
About Cypress: * They have recently locked out third party panels * They have disrupted existing users Given the latest controversies about Cypress, I recommend we change the default to...
1. Revised the theme's banner component to reflect Vue 2's end-of-life status. 1. Swapped out gradient text for uppercase white text and updated the call-to-action utm tag for HeroDevs. 1....
Documentation for more advanced usage and add utilities introduced in https://github.com/vuejs/core/pull/9556
## Description of Problem With the addition of `toValue` in vue 3.3, there is a new syntax so we can use getters as reactive data sources. Here is the announcement....
## Description of Problem No description of how to handle generic component refs ## Proposed Solution Description added ## Additional Information https://github.com/vuejs/language-tools/issues/3206
The example on StackBlitz shows div instead of button, please correct it. **not a PR actually** ## Description of Problem ## Proposed Solution ## Additional Information
## Description of Problem Because Vue uses isolatedModules, it is necessary to use type-only import syntax when importing types. Discovering the resolution for this edge case is difficult when first...
## Description of Problem Missing a typing slots section in Vue slots doc. This section is relevant to Typescript users who are looking to type their slots. ## Proposed Solution...