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

Currently, mutating the array's index value won't trigger subscriptions, this PR fixes the tracking logic to prevent this problem. And I think we need to pass all eco-ci. close #10455

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

### What problem does this feature solve? ServerCacheKey is useful feature for large projects with SSR. Will it be added to @vue/server-renderer? ### What does the proposed API look like?...

:sparkles: feature request
scope: ssr

This PR fixes the unexpected render when `v-memo` is used in a keyed `v-for` list. In the past, we just used an array as the `renderCache` of a list whatever...

:cake: p2-nice-to-have
ready for review

close #10511 May need an ecosystem-ci check.

scope: compiler
ready for review

This PR updates the launch.json configuration, replacing the outdated Jest setup with a Vitest setup for debugging the current test file in VSCode.

:broom: p1-chore

### Vue version 3.4.21 ### Link to minimal reproduction https://github.com/lmc3s3f0r/openlayers_max_recursive_updates_bug ### Steps to reproduce 1- Clone the repo linked in the "Reproduction link" field (or here: https://github.com/lmc3s3f0r/openlayers_max_recursive_updates_bug) 2- Run npm...

### Vue version 3.4.21 ### Link to minimal reproduction https://play.vuejs.org/#eNp9kU1OwzAQha8y8qYglVb8rKq04kddwAIQsMMsQjopbhPb8k+oFGXNDbgFew6EOAdjm5YuUHfx+57fvIlbdqb1oPHIRiyzhRHagUXn9YRLUWtlHLRgsIQOSqNq6JG1B1xyWShpHeTGwBgeD/tw9LTWCh80urS3z2U2TKmURweHta5yh3QCyGaimRSVKJbw7J1TcgRtG293XTYMMLoSg+agVGbM2dfnx/f7GwgZZnMGpzGBQBqbMGcTivq1hrQUQoHZcKsD6zNnqXQp5oOFVZJ+QhtmUpiqtajQ3GgnaCnOqFsggeVVpV6vouaMx/5aL16wWP6jL+wqaJzdGrRoGuRsw1xu5ugSnt5f44q+N7BWM1+Rewe8Q6sqHzom27mXM6q95YttL+NTCjl/sNOVQ2nXS4WiwdlFP2f0vBc7Vv+rezw4ife47Fj3A6JWx6E= ### Steps to reproduce 1. in a Vue template, writing a for loop and using Chinese variables 2. the parameter...

scope: compiler
πŸ”© p2-edge-case

close: #10466

:cake: p2-nice-to-have
scope: playground
ready for review

When I try to make vue core a submodule of my project: ``` git submodule add https://github.com/vuejs/core.git ``` do something and git commit: ``` git commit -am "docs: add comments."...

### Vue version 3.3.4 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-jpamc8 ### Steps to reproduce Two issues with props inside elements defined with `defineCustomElement`: - vue component respects default value configured...

:lady_beetle: bug
πŸ”© p2-edge-case
scope: custom elements