A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://vuejs.org/api/built-in-components below:

Website Navigation


Built-in Components | Vue.js

Built-in Components

Registration and Usage

Built-in components can be used directly in templates without needing to be registered. They are also tree-shakeable: they are only included in the build when they are used.

When using them in render functions, they need to be imported explicitly. For example:

js
import { h, Transition } from 'vue'

h(Transition, {
  /* props */
})
<Transition>

Provides animated transition effects to a single element or component.

<TransitionGroup>

Provides transition effects for multiple elements or components in a list.

<KeepAlive>

Caches dynamically toggled components wrapped inside.

<Teleport>

Renders its slot content to another part of the DOM.

<Suspense>

Used for orchestrating nested async dependencies in a component tree.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4