core
                                
                                 core copied to clipboard
                                
                                    core copied to clipboard
                            
                            
                            
                        🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- 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...
close: #5247
close: #7003
### 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...
### 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...
close: #6283
### 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...