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 040931a commit 930f421Copy full SHA for 930f421
docs/guide/advanced/directive.md
@@ -87,7 +87,7 @@ app.mount('#object-syntax')
87
Templates:
88
89
```html
90
-<div id="app">
+<div id="object-syntax">
91
<!-- literal -->
92
<p v-t="{ path: 'message.hi', args: { name: 'kazupon' } }"></p>
93
<!-- data binding via data -->
docs/ja/guide/advanced/directive.md
0 commit comments