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

close #12232

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

### Vue version 3.5.12 ### Link to minimal reproduction https://github.com/Ericlm/vue-for-of ### Steps to reproduce - Create a new Vue project - Create a function that is an event handler in...

:lady_beetle: bug
scope: compiler
🔩 p2-edge-case

This fix addresses a typing issue related to __typeRefs and __typeEl, which are used to define $refs and $el in the Options API

ready to merge
scope: types

### Vue version 3.2.37 ### Link to minimal reproduction https://sfc.vuejs.org/#eNp1kstuwyAQRX9lxMaO5MI+TSpFXVeV2kU3bAiauKTmISCxIsv/XogfcaJ2ZWa49zJHno7snKPnE5I12QTplYsQMJ7cCzdKO+sjdOBRyKjOWEG0H6KFHg7eaiiSrXjmhhvGQFqtrYF4cQgl0prC+/6IMlY778VlxY20JkSwXtXKiOZ1kG/n7LLrVylrUI1h2zGDyqSKWN6bb3Iv2jnvOmE5BEwK2yBtbF0WQ7uo5ge2aYDJnNUjStOkV9U9zptw1SfG6gvFTz7nb6r/IJvdCzqDbU4oV0vIhfA/0EnyALtwTsCPygX0dHUFv1kn+KVzw4YlSL8/FRG1a9JAqdqwuSAVGVbjSQtHj8GatDwdNwB8vAicrOHayb20Jrnm5DtGF9aMhYPMK3cM1PqapRP1JxOVRopBP+29bQP6FMxJjui56Un/C0YJ8vM= ### Steps to reproduce Open the page and look at the console ### What is expected? `common === rawCommon` should...

:lady_beetle: bug
scope: reactivity

So, we can 1. Delete the cache use `this.$refs.keepAlive.pruneCacheEntry('COMPONENT_NAME/KEY')`; 2. Include/Exclude components with not only component name but also component key.

scope: keep-alive
version: minor
:cake: p2-nice-to-have

close #10747

scope: teleport
🔩 p2-edge-case
ready for review

close #12181

ready to merge
scope: transition
:hammer: p3-minor-bug

close #12145 Correct the `default` field type to prevent assigning arbitrary objects. refix #1891. If `type` specifies a `Function`, the `default` field type should match the specified function type. ---...

ready to merge
scope: types
:cake: p2-nice-to-have

close #12211

🔩 p2-edge-case
ready for review

### Vue version 3.5 ### Link to minimal reproduction https://play.vuejs.org/#eNp9UtuO0zAQ/ZWRX7JIpRUgXkK24qI+LBKwgi4vdYWqZFq8JLZlO6GrKv/OsZNetMA+JXPmzOV4zkG8s3batSxyUfjSKRvIc2jtXGrVWOMCHcjxlnraOtNQBmp2Sn0wjR3x6SwGsVP2RmqpS6N9oObhk6m4puvY42p1kJoo8D7klMVPNqFuU7eMMH3RuV8/i+XFbFgGayAI3Nh6ExgRUZGmds+b2PlainGGFJQrED2g1eE4xZuGKcIXo84Y9WuUvW1theZ5avg9ktBCinmRJGFmMbtYQExE8FC3VbvpvTcaD5dkSVGCrWp2X2xQUC9FTikTc5u6Nr8/Jiy4lidHvPzJ5a9/4Pd+HzEpbh17dh1LccqFjdtxGNKLb58h9CIJEW0N9hPJr+xN3cYdB9r7VldY+4KXtr1JN1Z6t/SLfWDtj6LiopHZJ74UuHl8qP9JP6/7avo61eHKeMWjXx47j+qN3uECAW1ox5qdKhEuCVpYV55ucI0J3Z3iJW4VbcL7ZMrwYDlx4LoLw/ngoAXepKMRBgTLnP1qnbEedRVvlebbGBWH5BWf03K1pn5+BX+O5h6tPZCTCYu71ToxpB7QRaMCWsSp2V82y3Jajb1Rt8YmY+1T7q9Ul37w62sTaDbAswF/bNUfHbt4ODwyXn/64qXo/wAhdFTy ### Steps to reproduce create a custom component with a generic T, defineModel and defineEmits like the code below ```vue...

scope: types
language-tools