We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05631d commit a55ae44Copy full SHA for a55ae44
docs/guide/advanced/data-fetching.md
@@ -17,7 +17,7 @@ Let's assume we have a `Post` component that needs to fetch the data for a post
17
``` html
18
<template>
19
<div class="post">
20
- <div class="loading" v-if="loading">
+ <div v-if="loading" class="loading">
21
Loading...
22
</div>
23
0 commit comments