Skip to content

Commit 4dcadf2

Browse files
committed
1 parent b00cb69 commit 4dcadf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ mustache タグは、対応するコンポーネントインスタンスから `
4848

4949
### 属性
5050

51-
Mustache は、HTML 属性の内部で使用することはできません。代わりに、[`v-bind` ディレクティブ](../api/#v-bind)を使用してください:
51+
Mustache は、HTML 属性の内部で使用することはできません。代わりに、[`v-bind` ディレクティブ](../api/directives.html#v-bind)を使用してください:
5252

5353
```html
5454
<div v-bind:id="dynamicId"></div>

0 commit comments

Comments
 (0)