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

### 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...

:sparkles: feature request

### 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...

:sparkles: feature request
feat: custom elements

test(reactivity): 100% effectScope coverage

:broom: p1-chore
wait changes

### 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...

feat: reactivity
feat: compiler

### 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...

:sparkles: feature request

### 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...

Some elements are missing the `referrerpolicy` attribute, such as `ImgHTMLAttributes`. So I add or update it according to the latest `@types/react`.

feat: types
:cake: p2-nice-to-have

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...

feat: types
:hammer: p3-minor-bug