vue
vue copied to clipboard
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
### Version 2.5.2 ### Reproduction link [https://codepen.io/anon/pen/OxKqbL?editors=1111](https://codepen.io/anon/pen/OxKqbL?editors=1111) ### Steps to reproduce Please open codepen example and type something into input ### What is expected? Input should not lose focus ###...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
closes #13140 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ]...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
### Version 2.5.16 ### Reproduction link [https://vuejs.org/v2/guide/computed.html#Watchers](https://vuejs.org/v2/guide/computed.html#Watchers) ### Steps to reproduce Use the demo for entering a question on the Docs page using a Amazon Kindle 7'' or Android Tablet...
### Vue version 2.7.14 ### Link to minimal reproduction https://github.com/diegoexplicatis/vue-2-functional-component-memory-leak ### Steps to reproduce See README.md of reproduction link ##### Project setup ``` npm install ``` ##### Run project ```...
### What problem does this feature solve? I have developed some components that can generate large amounts of HTML, and allow content to be added via slot. It appears that...