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.7.10 ### Steps to reproduce ```ts import Vue, { type ObjectDirective } from 'vue' declare const vFoo: ObjectDirective< any, { foobar: string; } >; Vue.directive('foo', vFoo); ``` ###...

### Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/heuristic-worker-fmt6wf?file=/src/components/A.tsx) ### Steps to reproduce Spread `data` onto TSX component / intrinsic element causes type errors due to miss matching `style` definition of `VNodeData`...

**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 [https://github.com/henriqemalheiros/vue-ssr-cached-component-css-modules](https://github.com/henriqemalheiros/vue-ssr-cached-component-css-modules) ### Steps to reproduce - `yarn install` - `yarn run ssr:build` - `yarn run ssr:start` - Open `http://localhost:8000/` - Refresh the page The...

**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.7.10 ### Reproduction link [github.com](https://github.com/1593292349/Test-tree-shakable.git) ### Steps to reproduce 1.Pull my project and install the dependency 2.Run the command `npm run build` 3.Compare the `src/app.vue` source code with...

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

### Version 2.7.10 ### Reproduction link [https://codesandbox.io/s/vue](https://codesandbox.io/s/vue) ### Steps to reproduce The following code illustrates the problem. Changing back to the `Vue.extend()` API makes the error disappear. ```js import Vue,...