Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed Jun 8, 2024
1 parent 5af08f8 commit 1720c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/Counter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const count = computed(() => {
placeholder="Type a word"
type="text"
v-model="word"
/>\
/>
<span>'{{ word }}' has {{ count }} characters.</span>
</div>
</template>
Expand Down

0 comments on commit 1720c92

Please sign in to comment.