Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

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@2024. All Rights Reserved.