docs
docs copied to clipboard
📄 Documentation for Vue 3
## Description of Problem Use badge to show what version is the helper is available in for consistency. ## Proposed Solution N/A ## Additional Information N/A
## Description of Problem The `warnRecursiveComputed` API documentation was missed in the 3.5 release see https://github.com/vuejs/core/blob/1bad606eb37903ae1ca430f2e4bc2f3e35c44ca8/packages/runtime-core/src/apiCreateApp.ts#L152-L156
## Description of Problem The style module is an interesting feature in Vue.js, and the `useCssModule` helper is also quite useful. However, it seems like `useCssModule` lacks an example, which...
## Description of Problem Currently, the visual separation of the code blocks (JS vs. HTML) doesn't match the logical separation (child component vs. parent component):  ## Proposed Solution Split...
## Description of Problem There is a long-standing discussion from 2021 with comments as recent as September 6th on the disappearance of event listeners in `$attrs` when those events are...
Hi there, I wanted to suggest adding a [free tool](https://www.debugbear.com/test/website-speed) we've been building to the list of performance testing tools. You can see an [example test result](https://www.debugbear.com/test/website-speed/uG5TsWRK/overview) here. One feature...
Sure! Here's a suggested pull request message that you can use: --- **Title**: Improve Documentation for Dynamic Slot Names by Adding Declaration Examples **Description**: This pull request enhances the **Dynamic...
Here's what it says in [the docs](https://vuejs.org/guide/extras/web-components#tips-for-a-vue-custom-elements-library): > When building custom elements with Vue, the elements will rely on Vue's runtime. There is a **~16kb** baseline size cost depending on...
https://github.com/vuejs/docs/blob/a961225c9dbfde52c510ce19549a74eb34993bea/src/api/built-in-directives.md?plain=1#L187 I found the statement above unclear, because this could imply the listener would be called once per: - an event, - a mount, - an update or - a...
Hi, I just found out about some great new features of watchers released in 3.5. All new features where mentioned in the release notes, but I first found the pause/resume...