vue
vue copied to clipboard
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/quizzical-grass-85c9zw?file=/src/components/HelloWorld.vue) ### Steps to reproduce https://codesandbox.io/s/quizzical-grass-85c9zw?file=/src/components/HelloWorld.vue ### What is expected? if watch has set flush to 'post', it's callback should be called after dom...
### What problem does this feature solve? I found that vue component memory leaks can cause its parent components to leak. Is this caused by the use of $parent and...
Fixes #12935
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
### Version 2.3.3 ### Reproduction link [https://jsfiddle.net/ma7moudat/u82ugj8z/1/](https://jsfiddle.net/ma7moudat/u82ugj8z/1/) ### Steps to reproduce Set up a transition group that automatically rotates through a list of items and shows one item at a...
fix #12901 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ]...
### Version 2.7.14 ### Reproduction link [gitee.com](https://gitee.com/zzyygg/eleme-plus-crud/blob/master/examples/views/DynamicForm.vue) ### Steps to reproduce !!! 在vue3.2.37中是可以正常工作的, 但是在2.7.14中不行 ( 组件均为 ) 1. 定义一个会根据props动态产生slot的组件 , 并在其中打印useSlots() 2. 使用该组件, 并使用动态插槽名 `` 2.1 这样写是无效的 , 产生的slot名 `startsWith("undefined")`...
When patching a node the scope id might change. When it does the flow should be followed for updating non-same elements to make sure it is updated correctly in the...
### Version 2.7.13 ### Reproduction link [replit.com](https://replit.com/@brunomperes/Broken-HTML-when-async-component-fails-to-load) ### Steps to reproduce 1. Open replit link above. 2. Click Run. 3. Notice that the outputted HTML from `renderToString()` is invalid (it's...
fix #12223 fix #12922 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update -...