A RetroSearch Logo

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

Search Query:

Showing content from https://vuejs.org/api/built-in-directives below:

Website Navigation


Built-in Directives | Vue.js

Built-in Directives v-text

Update the element's text content.

v-html

Update the element's innerHTML.

v-show

Toggle the element's visibility based on the truthy-ness of the expression value.

v-if

Conditionally render an element or a template fragment based on the truthy-ness of the expression value.

v-else

Denote the "else block" for v-if or a v-if / v-else-if chain.

v-else-if

Denote the "else if block" for v-if. Can be chained.

v-for

Render the element or template block multiple times based on the source data.

v-on

Attach an event listener to the element.

v-bind

Dynamically bind one or more attributes, or a component prop to an expression.

v-model

Create a two-way binding on a form input element or a component.

v-slot

Denote named slots or scoped slots that expect to receive props.

v-pre

Skip compilation for this element and all its children.

v-once

Render the element and component once only, and skip future updates.

v-memo v-cloak

Used to hide un-compiled template until it is ready.


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