Skip to content

issues Search Results · repo:vuejs/docs language:Vue

Filter by

998 results
 (58 ms)

998 results

invuejs/docs (press backspace or delete to remove)

I ve noticed it on the page https://vuejs.org/examples/#conditionals-and-loops, after trying to resize the code panel to have the line 14 be on a single line, and prevent the button close tag on the next ...
  • Valulz
  • 1
  • Opened 
    9 days ago
  • #3256

const state = reactive({ count: 0 }) // count is disconnected from state.count when destructured. let { count } = state // does not affect original state count++ // the function receives a plain number ...
  • momei-LJM
  • Opened 
    13 days ago
  • #3255

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: Image How it is: Image
  • AmodeusR
  • 2
  • Opened 
    17 days ago
  • #3252

Description The Traditional Chinese Vue documentation is missing updates related to Vue 3.5. For example, in Vue 3.5, destructured props inside script setup now retain their reactivity — this is clearly ...
  • 70928manson
  • 3
  • Opened 
    19 days ago
  • #3251

I was going through the documentations and found an error in the documentations. In the Typing Component Template Refs section of TS with composition API , there is a first code snippet below the description ...
  • owaiskhan310
  • Opened 
    19 days ago
  • #3250

https://cn.vuejs.org/guide/essentials/reactivity-fundamentals#script-setup 现状:缺少对选项式的用法示例。 建议在这个位置添加选项式用法示例和组合式的用法示例。 这样新手在阅读文档的时候,可以通过两种方式对比理解 script setup 的优势和原理,有助于更好理解框架本身的意图。 建议使用下面的方式列举出优缺点。 下面的内容来自Deepseek生成 ...
  • HBolck
  • Opened 
    29 days ago
  • #3246

Hi, I m following along with the documentation for SSR, here. When I click on the link Try it on StackBlitz , under the Basic Tutorial example, the example renders; however, clicking the button does nothing. ...
  • sei-dwtompkins
  • 2
  • Opened 
    on May 26
  • #3239

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 ...
  • 70928manson
  • 2
  • Opened 
    on Apr 26
  • #3229

I ve recently stumbled upon this issue https://github.com/vuejs/core/issues/8975. I think the documentation should include tips on how to clone a ref/reactive. Since ref and reactive allow to compose ...
  • mrleblanc101
  • 1
  • Opened 
    on Apr 16
  • #3223
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub