Virtual DOM Under the HoodThe Layout Update ProblemWhat Is Virtual DOM?How Virtual DOM Works in VueThe Vue App Instance and Options APIExploring the Options APIThe Template SyntaxCreating Local State with Data PropertiesHow Reactivity in Vue WorksTwo-Way Binding with v-modelUsing v-model.lazy ModifierBinding Reactive Data and Passing Props Data with v-bindBinding to Class and Style AttributesIterating over Data Collection Using v-forIterating Through Object PropertiesMake the Element Binding Unique with Key AttributeAdding Event Listener to Elements with v-onHandling Events with v-on Event ModifiersDetecting Keyboard Events with Key Code ModifiersConditional Rendering Elements with v-if, v-else,
and v-else-ifConditional Displaying Elements with v-showDynamically Displaying HTML Code with v-htmlDisplaying Text Content with v-textOptimizing Renders with v-once and v-memoRegistering a Component GloballySummary