Skipping

Components

Basics

Life Cycle

Life Cycle Creation Mounting Updating Destruction

v-pre

v-pre

v-cloak

v-cloak

Computed Properties and Watchers

Computed Properties Setters And Getters Watchers vm.$watch Immediate Watchers as Object Unwatch

v-model

v-model value Attribute Textarea Checkbox Radio Button Select Dynamic Value Binding Object Value for Select Modifiers .lazy .number .trim

v-on

Event Methods Passing Data to a Method $event Accessing Data Properties Event Modifier .stop .prevent Modifier Chaining Keyboard Modifiers v-on Shortcut

v-for

Looping through Number Looping through Array Parent Scope of Looping through Object Key Mutation Methods Non-mutation Methods Vue.set() vm.$set() Vue.delete() vm.$delete Vue.set() Don't assign the length directly How to assign whole object Render Multiple Block with v-for using <template> v-if with v-for v-for on Component

v-If

v-If ! Operator V-ELSE v-ELSE-IF v-if on <template> Key v-show

v-html

v-html

v-text

v-text

v-once

v-once

v-bind

v-bind Binding Object Binding Array v-bind for style attribute Shorthand Syntax Inline Syntax

Vue Instance

The Vue Instance Data and Methods Don't Use freeze() vm.$data vm.$el

Introduction

Introduction How to Use Data Binding Inline Syntax Directives