core
                                
                                 core copied to clipboard
                                
                                    core copied to clipboard
                            
                            
                            
                        🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
### What problem does this feature solve? for micro-frontend app use vue 2.* ,we can use Vnode.data.keepAlive to achive caching root instances during switch tab. but vue3 was not designed...
### What problem does this feature solve? It'd be useful to be able to use a full Vue instance when defining a custom element, i.e. to use plugins like Vue...
test(reactivity): 100% effectScope coverage
### Vue version 3.2.45 ### Link to minimal reproduction https://sfc.vuejs.org/#eNqVUbFOwzAQ/ZWTF1LRxlSIJUoqGFkQEmKqO6Sp07ptbOvsBFCUf+fstKULEmz33p3fvXvu2ZO1addKlrHcVaisByd9axdCq8Ya9NADyhoGqNE0cEOjN5fWs5fNiU95AEGJ2kJXRjsPJSIU4XmyFBqgL7cymw/Tn/ruCtxfg4cIVpMrra18t6SWKL2RnxMoFjSJmHblsZXLSK5SGoLbAuaD0Dkfz6FDCJA3eyy9JASQb1QXCyrjCd2sNlgIlqgpnOSVDu4Fg+wgv6ilQqncm0VZbgIOu4h7rI6qOhAR/Z3MEc/HTXxclfOLATZlY3qzprTp3hlN0fdhmERjwwmWQWQCR4kGLNjOe+syzl1dhZj3LjW45VSl2GqvGplK18zWaD6cRBIWLEhQEgOtPH/O/75Z0DW10vIVjXVJtHSOIHtpm7VEUqc/+lvWkO/mi76/SMAw5Jyo34IavgEsz+HY ### Steps to reproduce go to that link and click on the number There is only one object where the...
close: #7293
### What problem does this feature solve? As an improvement, make `` tag optional or remove it completely when defining html template for a component. Current way to define a...
### What problem does this feature solve? Remove the need for manually declaring prop types and still ensure correct runtime behavior when writing Functional Components props and emit? definitions in...
close: #7256
Some elements are missing the `referrerpolicy` attribute, such as `ImgHTMLAttributes`. So I add or update it according to the latest `@types/react`.
Fixes #7278 > Note: This has 3 different commit messages: - types(ref): fix ref() when emitting types - types(toRaw): fix returning type to Raw - types(toReadonly): make returning type Readonly...