core icon indicating copy to clipboard operation
core copied to clipboard

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

Results 817 core issues
Sort by recently updated
recently updated
newest added

### Vue version 3.4.19 ### Link to minimal reproduction https://github.com/Kondziii/vue-hello ### Steps to reproduce 1. Open App.vue file where I defined two components using defineComponent method 2. In template when...

scope: types

### Vue version 3.1.0 ### Link to minimal reproduction https://stackblitz.com/edit/vue-3-composition-api-demo-vaedev?file=src%2FApp.vue,package.json ### Steps to reproduce 涉及到slot的时候 外面的slot内容延迟渲染,就会导致无法覆盖slot内部的默认内容 v-if="showOutBtn" ### What is expected? 外面的slot内容覆盖slot的默认内容 ### What is actually happening? ### System Info...

### Vue version 3 ### Link to minimal reproduction https://stackblitz.com/edit/github-bfob1d?file=src%2Fpages%2Fhome.vue ### Steps to reproduce There is something strange. It happens when I move from one page to another page that...

### Vue version 3.4.* ### Link to minimal reproduction https://play.vuejs.org/#eNp9U11P2zAU/StX0aS0UpVoH0/QdmOIByYE09ieCJrS1GkNqR3ZTltU5b/vXDsJBTGe4txzfL98ziE6q+tk24joJJrawsjakRWuqeeZkptaG0cHMqKklkqjNxSDGg8QnetN3QFJyj+cKj7NVKbSlNxa4K5tKkfSks03gmRJhRG5w8nqCt8lGHnh5FaQXjyIwtHiiURZ4nRb6FqMnGnEOFOFVtZRXlU0435G8dnVVTxGpZ1US71LVpVe5AyCgihRpspGIbFWVKxztRKjMR0YACHZ5lUjArk/z2bkc9JXiq9vri9iOgmBTLU8zzQN68Fi8OPEpub28Uc0XTTOoc63opLF4yyLQsEsmofDNA2EQF6b8OV1pThO06Nk0SRyFrOWcpU8WK3wLL5p5ARdVsLc1DyTzaKTMA5jGEPvfvgYr2vSx4u1KB7fiD/YPcey6CeeR5gtWh0wl5uVcAG+uL0We5wHcKOXTQX2O+AvgYdtuMdA+96oJdo+4vluL72CpFr9thd7J5Tth+JGmdl6fhZBULyp/43+3O7n5Iu/h/fCFnsxvqdrXmkDCU5YURNCnvPGGKHcJbSWq0Ig2wvZQ1THOnwhPS/6Sjhk9eCQfQThzeZ0dz8+ZVXCFx2DZcxRRKSLLelHbw8GYRc2HRzBWUPNSlr3CdeGvBQS+1VwYSZ4vBc16qEgEQp02F2SJM/4PROOqu/WAmbp6vdlQhOogAxJo+xalm40+AYzMWiwWqM8B3to2ZeI953LYZ2zN5Y8YvaRWzE4VLnu7dpfTmqj90/Jh1KbQvypl/CLv4n3fs+aS7md+xa7M7cI+Ry6dbYtTVOOd5TXTu6agZWPC7809HD/lZcJMvy7FYalDRlCn8nnj1H7DwTt0sM= ### Steps to reproduce 1, click `change` 2, check the list output 3, click `forceUpdate` can show the real value...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@swc/core](https://swc.rs) ([source](https://togithub.com/swc-project/swc)) | [`^1.6.5` -> `^1.6.7`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.6.5/1.6.7) |...

dependencies

### What problem does this feature solve? As stated in the docs (https://v3.vuejs.org/guide/web-components.html#provide-inject), the Provide/Inject API only works between Vue's Custom Elements. It makes it harder to use injected libraries...

:sparkles: feature request
scope: custom elements

### Vue version 3.4.21 ### Link to minimal reproduction none (stand-alone software) ### Steps to reproduce ![Snipaste_2024-06-30_17-22-12](https://github.com/vuejs/core/assets/37999330/aba3e52a-9b0d-4088-ac1a-d1f0bcd0a335) ![Snipaste_2024-06-30_17-23-42](https://github.com/vuejs/core/assets/37999330/37476850-8480-4d36-8697-c81203aa9dd7) ![Snipaste_2024-06-30_17-24-21](https://github.com/vuejs/core/assets/37999330/654a7bd7-0727-4cd8-b2f7-ff190afe179a) ![Snipaste_2024-06-30_17-24-43](https://github.com/vuejs/core/assets/37999330/a83d26b0-6f21-42bb-a3f1-1bd7da91f488) hooks/layout.ts ```js import {useTaskStore} from "@/stores/modules/task" export default () =>...

### Vue version 3.4.31 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-9ygjdp?file=src%2Fassets%2Fbase.css,src%2Fassets%2Fbase2.css,src%2Fcomponents%2FTestOne.vue,src%2Fcomponents%2FTestTwo.vue,src%2FApp.vue,src%2Fmain.js&terminal=dev ### Steps to reproduce Import a style within a `:deep` (or `:global`), using `@import`. In the reproduction link, you'll see...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.21.5` -> `^0.23.0`](https://renovatebot.com/diffs/npm/esbuild/0.21.5/0.23.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/esbuild/0.23.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies