Skip to content

Commit 930f421

Browse files
authored
Fix the id of the app's container element (#1047)
1 parent 040931a commit 930f421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/advanced/directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ app.mount('#object-syntax')
8787
Templates:
8888

8989
```html
90-
<div id="app">
90+
<div id="object-syntax">
9191
<!-- literal -->
9292
<p v-t="{ path: 'message.hi', args: { name: 'kazupon' } }"></p>
9393
<!-- data binding via data -->

docs/ja/guide/advanced/directive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ app.mount('#object-syntax')
8787
Templates:
8888

8989
```html
90-
<div id="app">
90+
<div id="object-syntax">
9191
<!-- literal -->
9292
<p v-t="{ path: 'message.hi', args: { name: 'kazupon' } }"></p>
9393
<!-- data binding via data -->

0 commit comments

Comments
 (0)