Skip to content

Commit 10ea249

Browse files
7inspireeddyerburgh
authored andcommitted
docs: update common-tips.md (#1249)
1 parent 99336c4 commit 10ea249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/zh/guides/common-tips.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ expect(wrapper.emitted().foo[1]).toEqual([123])
6868
<template>
6969
<div>
7070
<child-component @custom="onCustom" />
71-
<p v-if="emitted">触发!</p>
71+
<p v-if="emitted">Emitted!</p>
7272
</div>
7373
</template>
7474

0 commit comments

Comments
 (0)