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) - [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...

### Version 2.5.13 ### Reproduction link [https://runkit.com/martinlg/issue-vue-renderer-cache](https://runkit.com/martinlg/issue-vue-renderer-cache) ### Steps to reproduce Run the Runkit code. If you prefer a git repository I can provide you one. ### What is expected?...

improvement

**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 - [x] Feature - [ ] Code style update - [ ] Refactor -...

**Other information:** [picocolors](https://github.com/alexeyraspopov/picocolors) has no dependencies, 14 times smaller and 2 times faster than chalk. ```diff $ node ./benchmarks/size.js Data from packagephobia.com - chalk 101 kB + picocolors 7 kB...

### Version 2.7.13 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/wandering-currying-zer9gu?file=/src/App.vue) ### Steps to reproduce See minimal repro sandbox. In short, interpolate a tag in a pug template, and attempt to access a property...

**What kind of change does this PR introduce?** (check at least one) - [x] Other, please describe: **Does this PR introduce a breaking change?** (check one) - [x] No **The...

### What problem does this feature solve? When hydration fails the helpful information about the DOM structure and the source of the problem is logged with a [console.warn](https://github.com/vuejs/vue/blob/main/src/core/vdom/patch.ts#L756-L761) which is...

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