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 277 vue issues
Sort by recently updated
recently updated
newest added

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-2-7-14-named-function-mixins-data-missing-2e8g3u?file=/src/mixins/testMixins.ts) ### Steps to reproduce When declaring mixins with named function we can't use properties. See inject properties not inferred. ### What is expected?...

### Version 2.7.14 ### Reproduction link [gist.github.com](https://gist.github.com/AlexBergal/1f63624092b77212b54e7090bd6bb641) ### Steps to reproduce app.vue ```html export default { data () { return { content: 'hello' } } } ``` ### What is...

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/recursing-tree-kfpd6x?file=/src/App.vue) ### Steps to reproduce Vue 2.7.14 CodeSandbox https://codesandbox.io/s/recursing-tree-kfpd6x?file=/src/App.vue Vue 3 CodeSandbox https://codesandbox.io/s/charming-paper-b4u9qy?file=/src/App.vue 相同的代码。 在Vue 2.7.14 渲染结果 > aHook.loading: { "value": false } 在Vue...

### Version 2.7.14 ### Reproduction link [github.com](https://github.com/YataoZhang/vueSSRwithWebpack5) ### Steps to reproduce step 1: write a simple vue-router use cases: ```javascript import Vue from 'vue'; import VueRouter from "vue-router"; Vue.use(VueRouter); export...

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

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

close https://github.com/vuejs/vue/issues/12892 https://github.com/babel/babel/pull/15032 change the location of the export declaration when use decorators before export

### What problem does this feature solve? `fill` and `copyWithIn` methods are also mutating methods and has Standard status currently [ECMAScript 2015 Language Specification – ECMA-262 6th Edition - copywithin](https://www.ecma-international.org/ecma-262/6.0/#sec-array.prototype.copywithin)...

feature request
discussion

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/cool-dawn-q99z2c) ### Steps to reproduce Click "add key" and "decrease key", or just wait 10s. The activated lifehook behaved different in async component, sync...

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