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

- Extract JSX types to `@vue/jsx` - Support `@jsx` pragma ```tsx /** @jsx h */ import { h } from '@vue/jsx' ``` - Support global JSX types using opt-in package...

feat: types

### Vue version 3.2.45 ### Link to minimal reproduction https://stackblitz.com/edit/vitejs-vite-nnbt7j?file=src%2Fuse-render-slow-component.js,src%2FApp.vue ### Steps to reproduce Open the stackblitz link and change the input value within 7 seconds. I already started a...

feat: suspense

### Vue version 3.2.45 ### Link to minimal reproduction https://kasheftin.github.io/vue3-has-own-property-undefined/ ### Steps to reproduce Just open the page It shows `Object.prototype.hasOwnProperty.call(this, 'prop1') = false` ### What is expected? It should...

feat: reactivity
🔩 p2-edge-case

close: #6283

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

### What problem does this feature solve? In order to enhance Typescript support, I would like to easily be able to extract the props, event and slots which a component...

:sparkles: feature request
feat: types