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? component's keep-alive activated and deactivated hooks should also be available in directives. For example, suppose you have a directive that adds a class...

:sparkles: feature request
feat: keep-alive

### What problem does this feature solve? This feature request proposes a new built-in special element to add existing DOM element in Vue component DOM interafce `Element` provides prototype methods...

:sparkles: feature request

### What problem does this feature solve? Quotation from [this documentation page](https://vuejs.org/guide/typescript/options-api.html#caveats) : "_Because of a design limitation in TypeScript, you have to be careful when using function values for...

### What problem does this feature solve? Make it easier to control keep-alive caches.. ### What does the proposed API look like? 1. `KeepAliveInstance.getKeys() => string[]` to get all the...

:sparkles: feature request
feat: keep-alive

### Vue version 3.2.37 ### Link to minimal reproduction https://sfc.vuejs.org/#__DEV__eNq1VE1v2kAQ/StbqxJGiu1CDq0ciJLmXKlS6c2HLPZgtvF+aHdMipD/e2dt4xgioqZSfWHn872ZfewhuDcm3tUQpMECQZqKI9xmKsNFIXZ0YPSNjmSsa0StmMN9BcsskNyWQkVWlFtM2Rfz+yYL2F1eifyJoluuigoe6KeEcDKbTLNg6JThg89iEhhq5p4F5lum+E6UHAUhzAbIpMN8xeECzPxdMPMLMIvkdANsF4kNYVHpam+ALZdLRhONkBYrqMBoiwREiWtd7GkXaSEcX1dQkOsDNwZUsdJf29hQSbW5VggKV3xN5KTfLAHNqD556Z8cAd5Dcf5/Kc7/luLxtEjGOlMLl1thkDnA2pBHyJbegVnYsIZtrJZsQgKd3AyxEY8uHCe9K0K+9mqe+M7kc8jG47Cl7xpueOVgekwYltXGJqSdPjAWFUVDpKwpW96ygx+nL4t3vKp92Ecz1fj5uona6YKroCMdSW7iX04r+qO19VkfcFmQdh29j7h7mxSNaFyaJLUyT2Wca5ncUSyxtUIhISq0vLuO5/H1Z9qqw7E/BiejtdXPDiwhZsHVqHlCzh3YyNJOwIJ9E+ws9wTwLPYK1GPSMhpawNndnL00J89Le8xrS23pMTkcWp2xpjkX+m0FqsRtm1Jw5HFnn2T+g96umFbfNK0SCn/8qWRnnOiwvbxeIsZq4+jyC9gIBd+9FfbqkDBcq5dGyn6gFao87mVQmaffa0/BM7u3lu/D+Sf/TeONqKpwNqXkTA3UwvBFhb6HriCudBk+Dhkp+3hoqcWeR/NI9R5wNNEbPYacC10GfQfNH/pCE0w= ### Steps to reproduce Click the button to switch navigation, and the onUnmounted callback of the sub component will not...

## Motivation `defineCustomElements` is supporting SFC having style tag, but nested SFC's styles are not applied. Even if SFC tools import nested SFCs in custom element mode and each SFCs...

feat: custom elements

### What problem does this feature solve? CSS Modules are the framework-agnostic build-stage way to write scoped styles. However, they are currently a bit cumbersome to use in vue, compared...

:sparkles: feature request

### Vue version a95554d ### Link to minimal reproduction https://sfc.vuejs.org/#eNqFkcFugzAMhl/FyqUgUbJdK1pp2mVPsFMuAdxBFZLICXBAvPsMlGnapPaEf/vzj/xnEm/e50OP4iSKUFHrIwSMvb8o23beUYQJCHUV2wEzGHWsGpjhSq6DA68dlFW2MjoE+HxfP5OyAAOc4UXZeal57myIoLm3OyUWx/tCkqY7UT4glF3/negMkhTOF5jmlAspod8mUGljsN65DSqf0oXcruZ7WUTsvNERWQEUzevlA41xMDoydSFZLws/kMjEltGx0z6/BWc5xfV+dR8EJU5bIkuP81q0Ek2MPpykDNdqyf4WckdfkqucehvbDnMM3bEkNwYkNlYi++UhuTkgHQltjYT0yPMP+s93seVXmsX8DUUcsN0= ### Steps to reproduce 1. Start chrome 2. Open the linked SFC Playground 3. Open devtools > Memory 4. Invoke...