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 ### Reproduction link [https://codesandbox.io/s/vue](https://codesandbox.io/s/vue) ### Steps to reproduce The message: https://github.com/vuejs/vue/blob/0f1d7ae29a1d785a2979dc640aa5f5cecf83cf85/packages/compiler-sfc/src/stylePlugins/scoped.ts#L132-L133 also triggers in this case: ```vue :deep { h1 { content: ''; } } ``` Notice...

### Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/xenodochial-frog-55m6hr) ### Steps to reproduce 1. Click link "Go about" 2. See in console "on click" 3. Click link "Go home" 4. Click link...

## Trusted Types [Trusted Types](https://github.com/WICG/trusted-types) ([spec](https://wicg.github.io/trusted-types/dist/spec/), [introductory article](https://developers.google.com/web/updates/2019/02/trusted-types)) is a new experimental DOM API implemented within the WICG , with a working [Chrome implementation](https://www.chromestatus.com/feature/5650088592408576). The API creates a few new...

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

### Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-2-playground-forked-h3qfie?file=/src/App.vue) ### Steps to reproduce ```js export default { name: "App", watch: { e: [ "handle1", function handle2(val, oldVal) {}, { handler: function handle3(val,...

### Version 2.7.0 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-extend-alters-default-class-mn0m92) ### Steps to reproduce Greetings everyone and congratulations for a great job. Getting inspired by this webpage (https://css-tricks.com/creating-vue-js-component-instances-programmatically), I tried to create and...

### Version 2.7.10 ### Reproduction link [github.com](https://github.com/SecretPocketCat/vue2-ssr-carousel-render-fn-not-defined-repro/) ### Steps to reproduce Clone the reproduction repo and follow the steps from the repo readme to run the SSR build and repro...

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

### What problem does this feature solve? Sample code: interface A {} export type B = A[]; Here typedoc reports an issue "A is referenced by B, but not included...

# Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue2-template-forked-4qkbsr?file=/src/components/TestCompositionApi.vue) ### Steps to reproduce code like this, when use composotion api `set` to add new property, computed the new property not return value,...