Skip to content

Commit

Permalink
Chore: Set in capitalize the Count in example #1115
Browse files Browse the repository at this point in the history
  • Loading branch information
tisma95 committed May 6, 2024
1 parent d053dba commit 38ab03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/built-ins/keep-alive-demos/CompA.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ const count = ref(0)

<template>
<p>Current component: A</p>
<span style="margin-right: 20px">count: {{ count }}</span>
<span style="margin-right: 20px">Count: {{ count }}</span>
<button @click="count++">+</button>
</template>

0 comments on commit 38ab03c

Please sign in to comment.