Skip to content

Commit fc01ee9

Browse files
authored
docs(ja) : remove single quote (#3069)
1 parent e091b04 commit fc01ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/ja/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const User = {
4646
const User = {
4747
template: '...',
4848
watch: {
49-
'$route' (to, from) {
49+
$route (to, from) {
5050
// ルートの変更の検知...
5151
}
5252
}

0 commit comments

Comments
 (0)