Skip to content

Commit ae8b361

Browse files
authored
Update template-syntax.md (#2301)
* Update template-syntax.md * Update template-syntax.md
1 parent 859e90a commit ae8b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/template-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The most basic form of data binding is text interpolation using the "Mustache" s
1414
<span>Message: {{ msg }}</span>
1515
```
1616

17-
The mustache tag will be replaced with the value of the `msg` property from the corresponding component instance. It will also be updated whenever the `msg` property changes.
17+
The mustache tag will be replaced with the value of the `msg` property [from the corresponding component instance](/guide/essentials/reactivity-fundamentals#declaring-reactive-state). It will also be updated whenever the `msg` property changes.
1818

1919
## Raw HTML {#raw-html}
2020

0 commit comments

Comments
 (0)