docs
docs copied to clipboard
📄 Documentation for Vue 3
## Description of Problem There is no example that illustrates how to fetch (a single object), use that object as model state, and update that. ## Proposed Solution An example...
Hi! I'd like to share some feedback on [prop name casing](https://v3.vuejs.org/style-guide/#prop-name-casing-strongly-recommended). I understand the motivation (following language convention). The downside to this approach is that static analysis does not (at...
I really like that the website uses the same documentation structure for the Options API and the Composition API, and that one switch between them using the switch in the...
First, I know more about grammar than reactivity/components and this is my first contribution to this, so I'm sorry if this degree of persnicketiness is unwanted, but it seems "component...
## Description of Problem Incorrect usage of indefinite articles. ## Proposed Solution Change "a" to "an" before the vowel sound and vice versa before the consonant sound. ## Additional Information
## Description of Problem I think the current example is wrong. It seems to render the component twice and uses different variable names for it (`Component` vs `Stepper`). ## Proposed...
## Description of Problem fixed typo on line 9 ## Proposed Solution changed text to 'responsible' ## Additional Information
官网是 https://vuejs.org 还是 https://cn.vuejs.org ? 以下路径404(首页文档菜单下的2个子菜单): https://vuejs.org/examples/ https://vuejs.org/tutorial/
in Animating with Watchers, the template code `tweened.number.toFixed(0)` is wrong, excepted `tweened.toFixed(0)`.