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

### Version 2.7.8 ### Reproduction link [github.com/jonaskuske/vue2-asset-base-repro](https://github.com/jonaskuske/vue2-asset-base-repro) ### Steps to reproduce - Run `npm i` to install dependencies - Run `npm run dev` to start the Vite dev server -...

fix #12731 modeled after https://github.com/vuejs/core/blob/a95554d35c65e5bfd0bf9d1c5b908ae789345a6d/packages/compiler-sfc/src/templateTransformAssetUrl.ts#L120-L130 **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ] Code style update...

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

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/jolly-davinci-ggxr0c?file=/src/main.ts) ### Steps to reproduce open [CodeSandBox](https://codesandbox.io/s/jolly-davinci-ggxr0c?file=/src/main.ts), and see line 14 in main.ts ### What is expected? type check without error. ### What is...

2.7
feat:types

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vigorous-neumann-ofdtg3?file=/src/components/A.tsx) ### Steps to reproduce 1. create two file A.tsx,B.tsx 1. A.tsx content: ``` /* eslint-disable */ import { defineComponent } from "vue"; import...

2.7
feat:types

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/wizardly-panini-oqizcy) ### Steps to reproduce look at the .Vue components and the result tab ### What is expected? ::v-deep is working ### What is...

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

ready to merge

### What problem does this feature solve? Hello Vue 👋 I'm working on our [new JavaScript debugger](https://github.com/microsoft/vscode-js-debug) for VS Code, and ran into some problems when trying out Vue. The...

discussion
improvement

### Version 2.7.8 ### Reproduction link [codesandbox.io](https://codesandbox.io/embed/unruffled-lewin-sk7ldd?fontsize=14&hidenavigation=1&theme=dark) ### Steps to reproduce Change the text in the first (`testRefObj`) input field. Watch using a getter on an object property made reactive...

### What problem does this feature solve? The object syntax of the v-on directive is vital in achieving conditional binding of event listeners, as shown in the discussions at https://github.com/vuejs/vue/issues/7349....

feature request