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

### Version 2.6.11 ### Reproduction link [https://github.com/rodrigogs/slots-inheritance-renaming-problem](https://github.com/rodrigogs/slots-inheritance-renaming-problem) ### Steps to reproduce I created a self-explanatory example in this repository: https://github.com/rodrigogs/slots-inheritance-renaming-problem But basically, you can't rename inherited slots from a child...

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

It checks a prop by `[object Date]` instead of `instanceof Date` This fixes a strange warning message: `[Vue warn]: Invalid prop: type check failed for prop "date". Expected Date, got...

need repro

Add start/end fields existing in `flow/compiler.js` but not here. **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [...

### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/jafbudpk/3/#&togetherjs=HlrrSLGnsb](https://jsfiddle.net/jafbudpk/3/#&togetherjs=HlrrSLGnsb) ### Steps to reproduce ``` import Vue, { PluginFunction } from 'vue'; interface PluginOptions {} export const Plugin: PluginFunction = function Plugin(Vue, PluginOptions):...

typescript

### Version 2.6.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-typescript-example-forked-yvrrbl?file=/src/App.vue:473-560) ### Steps to reproduce Comment the `helloWorld` method, then uncomment it. This will trigger the type checking. You should now see this syntax...

This duplicates https://github.com/vuejs/vue/pull/12402 due to a branch deletion mistake. Tom from Codecov here. The original intent of the build was to only run Codecov on non-PRs. But it seems like...

### What problem does this feature solve? For this demo: [https://jsfiddle.net/2os9jken/](https://jsfiddle.net/2os9jken/) opening the console and running it throws the `Interpolation inside attributes has been removed. Use v-bind or the colon...

feature request
good first issue
has PR

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

feat:ssr

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

feat:ssr