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 [codesandbox.io](https://codesandbox.io/s/infallible-cloud-wnish2?file=/src/App.tsx) ### Steps to reproduce Using type 'Ref' on ref will notice the error : `jsx.d.ts(1305, 3): The expected type comes from property 'ref'...

### Version 2.7.10 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/vue-2-7-v-rawtoreadonly-demo-10ix10?file=/src/App.vue) ### Steps to reproduce reason: Readonly function sets new property on object recursively. This may cause this error when meeting frozen variables. Of...

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

## What problem does this feature solve? I've created a `` management system and an awesome feature would be a native way to render VNodes to strings, both in SSR...

Deny unknown attributes by default; using type for `ReservedProps` gave a default index signature which allowed uknown attributes. Import `expectType` in tsx type test as this was causing false error...

feat:types

Only extract default prop types if prop options, this allows `DefineComponent` to be used as a public API for exposing component types with union types Example cases are arguments external...

### Version 2.7.10 ### Reproduction link [github.com](https://github.com/vidal7/vue-2-7-issue-typed-emit) ### Steps to reproduce * Clone the repo * npm install * npm run compile ### What is expected? No typescript compilation errors...

This PR adds explicit [permissions section](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions) to workflows. This is a security best practice because by default workflows run with [extended set of permissions](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) (except from `on: pull_request` [from external...

**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) - [x] Bugfix - [ ] Feature - [ ] Code style update - [ ] Refactor -...