Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
<form> element 225
used, for wrapping form 225
<label> element 225
<router-link> component
using 184
<script> tag 24, 25
read and write Ref 78, 79
<style> tag 23
<Suspense>
asynchronous components, handling with 125, 126
<template>
using, to avoid unused HTML elements 121, 122
<template> tag 23
$Patch method 265
$reset() method 265
$subscribe method 265
A
abstracting functionality
methods, using 76-78
actions 206
active link 266
advanced testing techniques 153
mocking 154
shallowMount 154, 155
spying 154
alias 197
used, for reusing routes 197-199
API
data, loading with Vue.js life cycle 112
social posts, loading from 113-115
asynchronous components...