vue icon indicating copy to clipboard operation
vue copied to clipboard

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

Results 271 vue issues
Sort by recently updated
recently updated
newest added

This is a follow-up of https://github.com/vuejs/vue/pull/11287 which resolves #10733. **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor -...

**What kind of change does this PR introduce?** (check at least one) - [ ] Bugfix - [ ] Feature - [ ] Code style update - [x] Refactor -...

### Version 2.5.16 ### Reproduction link [https://jsfiddle.net/sg0bkLhv/7/](https://jsfiddle.net/sg0bkLhv/7/) ### Steps to reproduce * Register a component with a slot * Use the component in a Vue instance with comments=true, filling the...

improvement

Right now it's not possible to infer the type when doing Vue.set this is because Vue assumes it to be a generic object. But with a small change we can...

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...

Add an `.eager` modifier to v-model that ignore `composing` value on the input and eagerly modify the value while the user is still composing a value. #9299 #9777. See the...

**What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...

### Version 2.6.14 ### Reproduction link [codepen.io](https://codepen.io/twodogwang/pen/eYMYPrg) ### Steps to reproduce Open link,click ` true ` then check the console ### What is expected? component-a `$el` as same as it's...