Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 3, 2025
1 parent 4b550e1 commit fa196fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playground/src/pages/cat-facts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ watch(loadMoreEl, (el) => {
{{ fact }}
</blockquote>

<p v-if="facts.data.nextPage" ref="load-more">Loading more...</p>
<p v-if="facts.data.nextPage" ref="load-more">
Loading more...
</p>
</template>
</div>
</template>

0 comments on commit fa196fb

Please sign in to comment.