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

### What problem does this feature solve? 1、though this request is because the component we use has side effect,but it brings huge convenience to implement bro component communication, cross level...

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

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

### Version 2.5.17 ### Reproduction link [https://refactoring.ninja/vue-v-if-keep-alive/](https://refactoring.ninja/vue-v-if-keep-alive/) https://github.com/Razenpok/vue-v-if-keep-alive ### Steps to reproduce 1. Press "Hide labels" 2. Open dev tools 3. Select DoesUpdate component 4. Press "Add stuff" ### What...

### Version 2.7.3 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/gracious-mclean-jgloqw?file=/src/App.vue) ### Steps to reproduce - Create a Vue 2.7 repo - Use variables that start with $ in setup(). for example, `$config` ###...

> 请使用 `` > 不要在普通的 JS 代码块中写 JSX。 > > 由这个 PR 引起:https://github.com/vuejs/core/pull/5846 > 我觉得这不能算 bug,之前的行为(把所有 JS 当 JSX 识别)才是 bug。 有相关文档中指出这一点吗,如果没有我觉得有必要说明一下😃 _Originally posted by @baiwusanyu-c in https://github.com/vuejs/core/issues/8388#issuecomment-1559141281_

### Version 2.7.16 ### Reproduction link [codesandbox.io](https://codesandbox.io/p/sandbox/vue-v-show-2-7-16-dmrlwp) ### Steps to reproduce [2.7.16 Demo](https://codesandbox.io/p/sandbox/vue-v-show-2-7-16-dmrlwp) when the button is clicked, it initiates a component update. Subsequently, the content div is meant to...

https://github.com/xiaoxiangmoe/issue-vue-2.7-on-click-type-error.git ``` pnpm run type-check ``` ``` src/App.vue:12:6 - error TS2559: Type '{ onClick: any; }' has no properties in common with type 'Readonly'. 12 ~~~~~~~~~~ Found 1 error in...

bug

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.5 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...

dependencies

### What problem does this feature solve? In most of cases, it's not really comfortable to use `initialProp` as prop name, for example, or have `normalizedProp` inside a component, which...

feature request