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

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

### Version 2.5.8 ### Reproduction link [https://jsfiddle.net/50wL7mdz/79189/](https://jsfiddle.net/50wL7mdz/79189/) ### Steps to reproduce Included in fiddle ### What is expected? Input type='number' should not clear values, accept stings formatted in different locales....

discussion

### What problem does this feature solve? v-model for components already supports .trim and .number. Lazy modifier support for components would make it more uniform across the platform. ### What...

feature request
has PR

| | Before Fix | After Fix | |---|---|---| | Issue | Fix #12232 | | Reproduction Link | https://jsbin.com/sakiwam/edit?html,output | https://jsbin.com/rexakik/edit?html,output | Screenshot | ![07c1d1a2d9f45bbe4714417e951d86a](https://user-images.githubusercontent.com/14243906/132544129-a467ff7e-838a-46da-95a8-0838be77e7c8.png) | ![58e5456a8458ee88724aab0a8d54187](https://user-images.githubusercontent.com/14243906/132544158-96e33863-a3a6-4af3-a32a-ecc5b2779858.png) | Issue...

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

need repro

### Version 2.6.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/zealous-yonath-h71cyk?file=/src/App.vue) ### Steps to reproduce - nuxt: v2.15.18 - node: v16.14.0 ```html {{ "" }}Test ``` Important for me was it in this usecase...

### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/s7hyqk13/2/](https://jsfiddle.net/s7hyqk13/2/) ### Steps to reproduce 1. Configure one of the Adobe CEP [Sample Panels](https://github.com/Adobe-CEP/Samples). The [PProPanel](https://github.com/Adobe-CEP/Samples/tree/master/PProPanel) is a good starting point as it has...

contribution welcome
browser quirks
has PR

### What problem does this feature solve? I just spent way too long debugging something really weird until I realized I accidentally wrote `:v-if` instead of `v-if`. A warning when...

contribution welcome
feature request
good first issue
has PR
warnings

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

need repro

**What kind of change does this PR introduce?** - [ ] Bugfix - [x] Feature - [ ] Code style update - [ ] Refactor - [ ] Build-related changes...