Field note
What it does
Are you an LLM? You can read better optimized documentation at /glossary.md for this page in Markdown format Glossary This glossary is intended to provide some guidance about the meanings of technical terms that are in common usage when talking about Vue. It is intended to be descriptive of how terms are commonly used, not a prescriptive specification of how they must be used. Some terms may have slightly different meanings or nuances depending on the surrounding context. async component compiler macro component composable Composition API custom element directive dynamic component effect event fragment functional component hoisting cache static in-DOM template inject lifecycle hooks macro named slot Options API plugin prop provide / inject reactive effect reactivity Reactivity API ref render function scheduler scoped slot SFC side effect Single-File Component slot template ref VDOM virtual DOM VNode Web Component async component An async component is a wrapper around another component that allows for the wrapped component to be lazy loaded. This is typically used as a way to reduce the size of the built .js files, allowing them to be split into smaller chunks that are loaded only when required. Vue Router has a similar feature for the lazy loading of route components , though this does not use Vue's async components feature. For more details see: Guide - Async Components compiler macro A compiler macro is special code that is processed by a compiler and converted into something else.
Capabilities
Available capabilities
Tags
Tags
No tags filed yet.
Ways to use it
Ways to use it
No integrations filed yet.