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? 当我使用 inject: true 的参数渲染 ssr 页面时,我只想对 renderScripts 这部分做自定义修改,其他继续沿用默认templateRenderer的render**。 如果 我设置了 inject: false,那我必须在 html模板中 添加 各种 {{ render** }} 。 请问有没有更方便的方法? ### What does...

feature request

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/thirsty-margulis-f9hs5z?file=/src/App.vue) ### Steps to reproduce Click the change button ### What is expected? slot re-rendering ### What is actually happening? slot not re-rendering ---...

### Version 2.6.11 ### Reproduction link [https://github.com/tuomassalo/vue-ssr-v-html-bug](https://github.com/tuomassalo/vue-ssr-v-html-bug) ### Steps to reproduce - clone the repo - run `npm run dev` - open `localhost:8080` - observe Console log. ### What is...

bug
has workaround
feat:ssr

I have virtual scrolling list with a lot of rows. I only show a few of them at a time using this.view = this.items.splice(position, position + 5) If 'position' is...

improvement

### Version 2.7.14 ### Reproduction link [github.com](https://github.com/6XGate/vue2-option-augmentation-bug) ### Steps to reproduce 1. Augment the `ComponentCustomOptions` interface with a new optional member function. Example: `funcOption?: (...) => ...`. 2. Use the...

### What problem does this feature solve? The include and exclude props allow components to be conditionally cached only by component name. If we want to reuse components but force...

feature request
has PR

### What problem does this feature solve? If a user uses a custom directive in their app in multiple places they might need to configure the directive in two or...

feature request

fix(select-model): fix the issue of select's v-model set to `undefined` in some corner case fix #10614 **What kind of change does this PR introduce?** (check at least one) - [x]...

### Version 2.7.14 ### Reproduction link [codesandbox.io](https://codesandbox.io/s/laughing-meninsky-hzw4c9) ### Steps to reproduce auto ### What is expected? I hope it's all green ### What is actually happening? One red and one...

### What problem does this feature solve? When assigning values to a CSS property via style binding like ````html ```` or using the shorthand syntax... ````html ```` this will actually...

feature request
discussion