We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e091b04 commit fc01ee9Copy full SHA for fc01ee9
docs/ja/guide/essentials/dynamic-matching.md
@@ -46,7 +46,7 @@ const User = {
46
const User = {
47
template: '...',
48
watch: {
49
- '$route' (to, from) {
+ $route (to, from) {
50
// ルートの変更の検知...
51
}
52
0 commit comments