docs
docs copied to clipboard
📄 Documentation for Vue 3
**Description** The Traditional Chinese Vue documentation is missing updates related to Vue 3.5. For example, in Vue 3.5, destructured `props` inside `` now retain their reactivity — this is clearly...
The search option is not working in the portuguese docs version, it only shows the headings of the search, but no result whatsoever How it should be:  How it...
Bumps [vue](https://github.com/vuejs/core) from 3.5.16 to 3.5.17. Release notes Sourced from vue's releases. v3.5.17 For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the...
Bumps [@vue/repl](https://github.com/vuejs/repl) from 4.5.1 to 4.6.1. Release notes Sourced from @vue/repl's releases. v4.6.1 🐞 Bug Fixes The line number offset in the DEV - by @edison1105 in vuejs/repl#344 (cc292) View...
https://cn.vuejs.org/guide/essentials/reactivity-fundamentals#script-setup 现状:缺少对选项式的用法示例。 建议在这个位置添加选项式用法示例和组合式的用法示例。 这样新手在阅读文档的时候,可以通过两种方式对比理解的优势和原理,有助于更好理解框架本身的意图。 建议使用下面的方式列举出优缺点。 下面的内容来自Deepseek生成 传统写法痛点 | 解决方案 -- | -- 需手动返回模板使用的变量 | 顶层变量自动暴露 组件需在 components 注册 | 导入即自动注册 props/emits 声明分离 | 使用 defineProps/defineEmits 集中声明 逻辑关注点分散在多个选项 | 所有代码按功能组织(非选项分割) this ...
## Description of Problem Current, the docs site use `` for define code groups. This PR use Vitepress' built-in `code-group` with [vitepress-plugin-group-icons](https://github.com/yuyinws/vitepress-plugin-group-icons?rgh-link-date=2024-12-20T08%3A38%3A13Z) to replace it. which has automatic icon matching....
[https://vuejs.org/style-guide/](https://vuejs.org/style-guide/) this link is 
## Description of Problem Just want to introduce Helix editor, which has LSP built-in support (without any plugin) to Vue users. ## Proposed Solution ## Additional Information https://helix-editor.com/
**Problem:** In the Vue official documentation (Animation Techniques - Animating with Watchers), when typing a very large number like 9999999999999999, the number animation becomes inaccurate because of JavaScript floating-point limits....
See https://github.com/vuejs/core/pull/13156