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 7295d03 commit 1bbc950Copy full SHA for 1bbc950
src/tutorial/src/step-2/description.md
@@ -63,7 +63,7 @@ Properties in the returned object will be made available in the template. This i
63
64
```vue-html
65
<h1>{{ message }}</h1>
66
-<p>count is: {{ state.count }}</p>
+<p>count is: {{ counter.count }}</p>
67
```
68
69
Notice how we did not need to use `.value` when accessing the `message` ref in templates: it is automatically unwrapped for more succinct usage.
0 commit comments