Skip to content

Commit e4563e6

Browse files
committed
fix: translate comment in sample code
1 parent a1b5410 commit e4563e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Vue.createApp({
9797
return { count: 1 }
9898
},
9999
created() {
100-
// `this` points to the vm instance
100+
// `this` vm インスタンスを指す
101101
console.log('count is: ' + this.count) // => "count is: 1"
102102
}
103103
})

0 commit comments

Comments
 (0)