Vue Built-in Attributes


Vue has a set of built-in attributes.

Attribute Description
is Refers to the current active dynamic component
key Gives a unique value to elements created with v-for
ref Gives a reference to an element in the template so that the element can be manipulated later in the script.


Copyright 1999-2023 by Refsnes Data. All Rights Reserved.