docs
docs copied to clipboard
📄 Documentation for Vue 3
## Description of Problem As a reader, I expected there to be a demo for the dynamic select options as well. ## Proposed Solution I added a demo for dynamic...
- RFC: https://github.com/vuejs/rfcs/pull/496 - Implementation: https://github.com/vuejs/core/pull/8048 Needs to wait for the implementation to ship to have this PR.
## Description of Problem Then link address is incorrect after configuring the base URL When configuring the base URL like below: ```json { "base": "/base/" } ``` Correct: `'/base/some-link'` Incorrect:...
## Description of Problem I have observed that users often make some mistakes when using `watchEffect`, such as asynchronously accessing reactive variables, resulting in dependencies not being collected, or having...
The sentence "State that can trigger updates when changed are considered reactive." appears on https://vuejs.org/tutorial/#step-2 It looks grammatically wrong. It should probably be "A state that can trigger updates when...
## Description When you try to go from a page on [vuejs.org](url) to [ua.vuejs.org](url) and [pt.vuejs.org](url), like this one - https://vuejs.org/guide/essentials/application.html, you'll run into an error. I only noticed this...
at the `CSS Animations` parts - > Native CSS animations are applied in the same way as CSS transitions, with the difference being that *-enter-from is not removed immediately after...
Hi guys, as you surely know, the [style guide](https://vuejs.org/style-guide/) is quite outdated. Vue 3 is there for a while. `` is really great. I could even say that this is...
I have a question regarding https://vuejs.org/api/ssr.html page, for the functions `pipeToNodeWritable()` and `pipeToWebWritable()`: Do I read between the lines correctly, that _"Render and pipe to..."_ means _"Renders **input** and pipes...
### What problem does this feature solve? According to the HTML5 spec: > The values "true" and "false" are not allowed on boolean attributes. To represent a false value, the...