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

### Version 3.0.11 ### Reproduction link [https://sfc.vuejs.org](https://sfc.vuejs.org) https://sfc-vue3.netlify.app ### Steps to reproduce 1. unicode is is not retained in the base64 encoding/decoding of the url use ✅ (U 2705) in...

:sparkles: feature request
scope: playground

### Vue version 3.3.2 ### Link to minimal reproduction https://github.com/AaronBeaudoin/vite-issue-ssr-vue-async ### Steps to reproduce See reproduction repository for steps. The async component is not rendered after bundling because inside the...

need guidance
scope: ssr
has workaround

fixed #9574 In `errorHandler`, if you modify the reactive variable, it will trigger the side effect of the `render` function, causing an infinite loop. I don't know if this is...

:hammer: p3-minor-bug

close #10515

scope: sfc
:hammer: p3-minor-bug
ready for review

### Vue version 3.4.30 ### Link to minimal reproduction https://stackblitz.com/edit/nuxt-starter-n6ky34 ### Steps to reproduce Error when loading a selector. I am not using Nuxt ### What is expected? Show the...

need more info

Expanded defaultAssetUrlOptions to include other asset-linking attributes

ready to merge
scope: sfc
version: minor
:cake: p2-nice-to-have

### Vue version 3.4 ### Link to minimal reproduction https://play.vuejs.org/#eNp9Ustu2zAQ/JUtL0qA1ELTnlzFQFsEaHtog7ZAL7wI8kpmQi0JcuUYUPTvWdKxYuR1sbUzs0/OqL54v9gOqJaqik0wniEiD36lyfTeBYYRArYwQRtcD4VIi5n65nr/gC/KFKRKxWdNmhpHkaGPHVyk/JPiO1rr4L8Ldv2uONVUlft20kgCxt7bmlEigGrzYTWOOXmaqlKijOZuJl5otTnX6liRmKca/5rEkB8Ytu97t0YrQlFoBaWQVXk0hjpTHGWL1nSL6+hIDjSmfK0aKWUsht+ejWyp1RIyk7halrz9mTEOA54d8GaDzc0L+HXcJUyrq4ARwxa1mjmuQ4e8py///sKdfM+kTD9YUb9B/sHo7JBm3Mu+DrSWsY90edof+S0Ndf/i5Y6R4mGpNGhSTlmvlbxtuuJrqz+O+3HxKedpmuSKB18cOczW1MnlWQrMbtOEu2wqQ4yhrRuEq+B83DcwcQnF5ryAOyh8cpgU17TG1hBmWZV/Vyen2X1vmSs9nyMkhqWJGRIwWscryUp/skzSlbPwmTWmez3YErQ= ### Steps to reproduce Just use the v-bind shorthand to bind the `is` property: ``. ### What is expected? Should...

scope: sfc
:hammer: p3-minor-bug

This PR achieves two objectives: 1. It refactors the `apiWatch` implementation, incorporating most of its functionality into the `baseWatch` in reactivity. 2. It incorporates the `onWatcherCleanup`, previously used in vue/core-vapor...

version: minor

### Vue version 3.4.21 ### Link to minimal reproduction https://play.vuejs.org/#eNp9ktFLwzAQxv+VcE8Koz7oU50DlT3og4r6GJAuPbtsaRKSSzcZ+9+9tGyWISuFXL7vd8d3pTu4977oEkIJ06iC9iQiUvIzaadXg8AlXwhbbyrCbNS6E8pUMd5J4FoCi3wOb27kox8wauJrpB+DIirnsWalyGN20i4qtW6CS7YuRcD6Vtp9xrNdbpYY8KJcug7D5Sm8MAnH9FelSHd4ijUB0Q4cr5QzzGACxDnst26KVXSWt+cmISQo13ptMLx60s5GCWUeJ/iRUBnjNs+9RiHh5KCrJar1P/oqbrMm4S1gxNChhKNHVWiQBnv+8YJbro9m6+pkmD5jvmN0JuWMA/bAq3LsEdenfWq9C6Rt8xnnW0IbD0vloJnc97wE/gUez6z+F/e6uOn7+HvC/hedHsU4 ### Steps to reproduce visit link https://play.vuejs.org/#eNp9ktFLwzAQxv+VcE8Koz7oU50DlT3og4r6GJAuPbtsaRKSSzcZ+9+9tGyWISuFXL7vd8d3pTu4977oEkIJ06iC9iQiUvIzaadXg8AlXwhbbyrCbNS6E8pUMd5J4FoCi3wOb27kox8wauJrpB+DIirnsWalyGN20i4qtW6CS7YuRcD6Vtp9xrNdbpYY8KJcug7D5Sm8MAnH9FelSHd4ijUB0Q4cr5QzzGACxDnst26KVXSWt+cmISQo13ptMLx60s5GCWUeJ/iRUBnjNs+9RiHh5KCrJar1P/oqbrMm4S1gxNChhKNHVWiQBnv+8YJbro9m6+pkmD5jvmN0JuWMA/bAq3LsEdenfWq9C6Rt8xnnW0IbD0vloJnc97wE/gUez6z+F/e6uOn7+HvC/hedHsU4 1. hover div block, 2. the hover effect is not applied because between...

:lady_beetle: bug
scope: compiler
regression

RFC: https://github.com/vuejs/rfcs/discussions/653 define custom directives will get friendly type hints ```vue // before const vTest = defineDirective({ created(){} }) ``` ```ts // after export default { setup(__props, { expose: __expose...

scope: sfc
need discussion