docs
docs copied to clipboard
📄 Documentation for Vue 3
## Description of Problem ## Proposed Solution ## Additional Information
Searching for `vue js transitions` on Brave search: https://search.brave.com/search?q=vue%20js%20transitions&spellcheck=0 We have those results. The first link `🌐 Enter/Leave & List Transitions - Vue.js` is leading to: https://vuejs.org/guide/transitions.html Which doesn't exist...
I have found when helping people get started with Vue that the Quickstart page is very confusing for beginners and that its not "quick" for a beginner. It would be...
This serves as a list of announcements for community translations. Instead of creating a new issue, a new translation announcement (along with its description, repository URL, call for contributors etc.)...
I think we need a way to dynamically load sponsors' data properly. https://github.com/vuejs/docs/blob/5281fd3f345bed7dbbd1f344b73b0a2699de885f/.vitepress/theme/components/Home.vue#L38
Add content that watchers.md : Callback Flush Timing - About the flush: sync option Among the options used for watch, `flush: 'sync'` was not explained in the guide or API...
`Inject()` 3rd argument default value is not `true`. However, the [API Docs](https://vuejs.org/api/composition-api-dependency-injection.html#inject) `type` description says `true`. This can be confusing for many novice developers. I did not know if this...
## Description of Problem There are some different auto-formatting styles in some PRs. ## Proposed Solution Add a pre-commit hook. ## Additional Information See https://github.com/vuejs/docs/issues/233
## Description of Problem ## Proposed Solution ## Additional Information
## Description of Problem Easy the switch without using mouse and keep focus on content ## Proposed Solution Add keyup event listener for API and SFC preference.  >Ctrl+(Alt/Option)+A: toggle...