docs
docs copied to clipboard
📄 Documentation for Vue 3
Transition component is useful to make a effect ,but it has a speechless problem, transition component just can has one root (without annotations)。It is better to mark this problem in...
This is more of a support request, but also a suggestion on the documentation.. There's a whole section mentioning plugin options on each code sample, but nowhere does it says...
On this page: https://vuejs.org/guide/extras/web-components.html#using-custom-elements-in-vue it is said that vue performs 100% at Custom Elements Everywhere test. It seems that the test has changed now. 3 tests failed. Until vue comes...
There is no clue how to use ::v-deep selector for nested classnames in documentation. For example I can migrate this code block to vue 3 according to documentation vue 2...
I generally use a vertical screen, but when the monitor is in a vertical screen, the clientWidth is less than 1280px, which means that the page does not display the...
Documentation for emitting events with the Composition API not enitirely clear (typed on not typed)
Hello! I'm working on a project where we've moved to Vue 3 and Nuxt 3 and we're starting to make more use of the Composition API. I'd like to say...
JavaScript is always pass-by-value. The difference is that with reference types the *value of the reference* is passed (but never the reference itself). If JavaScript were pass-by-reference, the following JSFiddle...
Hi Vue Docs Team, I really like your new Vue 3 documentation website, well done :) As an author of an open source Vue 3 component library I found it...
In a real life scenario a vue application will live for a long time, will updated, bugfixed etc. In the same pace vue and its supporting elements will as well....
 This rule is real important and practical,I think it should be highlight or bold (or even both) but not just tips like note/comment