vue
vue copied to clipboard
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
Adding support for `important `modifier on `v-show` directive - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes...
### Version 2.5.16 ### Reproduction link [https://codepen.io/JJPandari/pen/gzLVBq?editors=1010](https://codepen.io/JJPandari/pen/gzLVBq?editors=1010) ### Steps to reproduce See the codepen snippet. Follow the comment there to change the vm's data and see what happens. ### What...
### Version 2.6.11 ### Reproduction link [https://jsfiddle.net/CasperDai/mred18vo/7/](https://jsfiddle.net/CasperDai/mred18vo/7/) ### Steps to reproduce click 'change' ### What is expected? el.style.display is 'flex' ### What is actually happening? el.style.display is ''
### Version 2.6.10 ### Reproduction link - Functional components: [https://github.com/sin1ght/test](https://github.com/sin1ght/test) - Regular components and slots: https://codesandbox.io/embed/vue-template-3pnsx ### Steps to reproduce After npm run serve, click the toggle button and find...
### Version 2.7.14 ### Reproduction link [codepen.io](https://codepen.io/thel-rico/pen/rNrYORW) ### Steps to reproduce - Focus an input in the list - Scroll up, the input still has the focus (row reused) -...
### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/broken-type-inference-omdx65?file=/src/App.vue) ### What is expected? Props object to be interpreted correctly and the props to be defined in the methods / computed / lifecycle...
### Version 2.7.12 ### Reproduction link [github.com](https://github.com/mjsong07/vue2-keepalive-memory-bug.git) ### Steps to reproduce 1. npm install 2. npm run serve 3. Open the browser and input the http://localhost:8080/ 4. Click the add...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
fixed #12930 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ]...
### Version 2.7.14 ### Reproduction link [stackblitz.com](https://stackblitz.com/edit/vue2-vue-cli-jpxihu?file=src%2FApp.vue) ### Steps to reproduce [In v2.7, props are unwrapped](https://stackblitz.com/edit/vue2-vue-cli-jpxihu?file=src%2FApp.vue). [The same doesn't hold true for v3](https://sfc.vuejs.org/#eNqNUUFugzAQ/MrKF4hEzB2lkao+oB/whcASQMG21oZWQvy9axOiKFWinOxdj2dndmbxaa2cRhSFOLiKOuuPSneDNeRhhhqbTuOX4Vqj9hm0GRA2sEBDZoCEPyY3eIBd+zIPReDlZwCl8TdCmK8cL/G8503ngHLoR5vuIBbAc/xIGrjxcYQ2DeCMJQ3uXAQNadIYk+xg2QX4onS4HPKbB5GJVdd+KK3sndFsMVKr64NTotiGKcFaQ61E6711RZ67pgoGeicNnXO+SRq17waU6Ib9icyPQ2JiJbI7jpybE9KeUNdISK84H6D/eDdjbGVb57sxPST0bgSWDOvclhJX/X3qsfJRSvS5phSBz6JK6m5KspVMMomcysuIz3Ja/gAMftx6). ### What is expected? Props aren't unwrapped....