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.6.11 ### Reproduction link [https://codesandbox.io/s/brave-field-m1quc?file=/src/App.vue](https://codesandbox.io/s/brave-field-m1quc?file=/src/App.vue) ### Steps to reproduce A functional component in script with render. Hello.vue ```vue export default { name:'Hello', functional:true, render(){ return Does hot reload...

Creating SSRs with createrenderer does not inject CSS **What kind of change does this PR introduce?** (check at least one) - [x] Bugfix - [ ] Feature - [ ]...

### What problem does this feature solve? I am building a VueJS frontend where templates are coming from a backend where end users contributed them in a CMS or something...

feature request
improvement

close #12374 This PR adds a specific test for CSS variables and solves the issue. So it behaves the same as the vue browser renderer. **What kind of change does...

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

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

### What problem does this feature solve? Currently, SSR directives are not applied to used (sub-)components but only to HTML-tags and elements. ### Reproduction ```js // Step 1: Create a...

bug
contribution welcome
feat:ssr

### Version 2.6.10 ### Reproduction link [https://jsfiddle.net/ebgj6fra/2/](https://jsfiddle.net/ebgj6fra/2/) ### Steps to reproduce - Access the fiddle - click the "change" button ### What is expected? *Hello world!* should change to *tada!*...

bug
browser quirks
has workaround

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

### Version 2.6.14 ### Reproduction link [github.com](https://github.com/fieteboerner/broken-vue-server-renderer-demo) ### Steps to reproduce 1. git clone https://github.com/fieteboerner/broken-vue-server-renderer-demo 2. cd broken-vue-server-renderer-demo 3. npm install 4. node index.js ### What is expected? The SSR...