A props declaration exists twice in a TypeScript component — once as a type and once as the runtime object Vue needs — and the type-only form generates…
3.2 in August makes the compiler macro stable. Every component ended with a return listing what it had just declared, and a compiler can work that out.
v-memo skips the update of a subtree when the dependencies it lists have not changed, which is a manual optimisation and should be treated as one. The failure…
Every Composition API component ended with a return statement listing what it had just declared, which is information a compiler can work out. Every top-level binding is exposed…