Skip to content

Commit

Permalink
docs: undo translation of log text
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Apr 26, 2024
1 parent bc9fd10 commit f8384e4
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 @@ -36,7 +36,7 @@ function increment() {
// 生命周期钩子
onMounted(() => {
console.log(`计数器初始值为 ${count.value}`)
console.log(`Count init: ${count.value}`)
})
</script>
Expand Down

0 comments on commit f8384e4

Please sign in to comment.