core
core copied to clipboard
π Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
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
### 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?...
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...
close #10511 May need an ecosystem-ci check.
This PR updates the launch.json configuration, replacing the outdated Jest setup with a Vitest setup for debugging the current test file in VSCode.
### 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...
close: #10466
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...