Skip to content

Commit

Permalink
docs: undo translation of code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 24, 2024
1 parent f5dda02 commit bc9fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/extras/composition-api-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ onMounted(() => {
</script>
<template>
<button @click="increment">点击了:{{ count }}</button>
<button @click="increment">Count: {{ count }}</button>
</template>
```

Expand Down

0 comments on commit bc9fd10

Please sign in to comment.