vue
vue copied to clipboard
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
### Version 2.5.17 ### Reproduction link ### Steps to reproduce 1. use vue-cli init a ts hello-world project . 2. code like that ```js import Vue from "vue"; export default...
### Version 2.6.10 ### Reproduction link [https://codesandbox.io/s/quiet-glitter-qk7fy?fontsize=14](https://codesandbox.io/s/quiet-glitter-qk7fy?fontsize=14) ### Steps to reproduce 1) Create a computed property in a single file component that is lang="ts" - call it myComputedProp 2) Add...
### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/eloquent-tess-oconp9?file=/src/components/HelloWorld.vue) ### Steps to reproduce 1. Create a typescript/vite/vue 2 app with these dependencies ```json { "dependencies": { "vue": "^2.7.14", "vue-class-component": "^7.2.6" }, "devDependencies":...
**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...
fix #12884 **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 -...
**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor...
Deny unknown attributes by default; using type for `ReservedProps` gave a default index signature which allowed uknown attributes. Import `expectType` in tsx type test as this was causing false error...
### What problem does this feature solve? An event modifier to support `passive` events was added in #5132. In the last couple of years, browsers have adopted the `passive` behavior...