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.8 ### Reproduction link [codesandbox.io/s/spqkdn](https://codesandbox.io/s/spqkdn?file=/src/views/Home.vue) ### Steps to reproduce We’ve recently noticed a performance problem in our Vue 2 application when destroying 100+ item components in our grid,...

### Version 2.5.17 ### Reproduction link [https://codesandbox.io/s/rr18r3vm9p](https://codesandbox.io/s/rr18r3vm9p) ### Steps to reproduce 1. Copy Minimal reproduction link into a local environment, and run the webpack compilation process. **OR** 1. Initialize a...

typescript

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

### Version 2.6.10 ### Reproduction link [https://github.com/vuejs/vue](https://github.com/vuejs/vue) ### Steps to reproduce 1. compare the [AsyncComponentFactory](https://github.com/vuejs/vue/blob/dev/types/options.d.ts) definition with the [document](https://vuejs.org/v2/guide/components-dynamic-async.html#Handling-Loading-State) ### What is expected? attribute 'component' should be a promise ###...

good first issue
typescript
has PR

### Version 2.7.8 ### Reproduction link [codepen.io/Ch2x/pen/VwXMbJm](https://codepen.io/Ch2x/pen/VwXMbJm) ### Steps to reproduce 1.Use Vue.extend to create a new component Notify. 2.call Notify() to show blue square in mounted method 3.call close()...

This Pull Request will add information into the other information section of the pull request template, adding some text and changing the section title name. **What kind of change does...

### Version 2.7.8 ### Reproduction link [github.com](https://github.com/RuudV/vuejs-type-bug-demo) ### Steps to reproduce Based from the `vuejs-type-bug-demo` root folder: * `cd ./hello-world-2.6 && npm install && npm run build` * `cd ./hello-world-2.7...

typescript
2.7

### Version 2.7.8 ### Reproduction link [github.com](https://github.com/johnsoncodehk/volar/issues/1350) ### Steps to reproduce This issue was created first in Vetur & later fixed in @vuejs/composition-api as below https://github.com/vuejs/vetur/issues/2505 https://github.com/vuejs/composition-api/issues/609 Recently the same...

### What problem does this feature solve? Hello!How to better cooperate with Vuex and Vue Router in in 2.7?

2.7
docs

### Version 2.7.8 ### Reproduction link [github.com/johannes-z/vue27](https://github.com/johannes-z/vue27) ### Steps to reproduce 1. git clone https://github.com/johannes-z/vue27.git 2. git checkout -b bug/slots 3. pnpm install 4. pnpm run dev ### What is...