diff --git a/src/tutorial/src/step-2/description.md b/src/tutorial/src/step-2/description.md index 0962a95548..82b78fa2f3 100644 --- a/src/tutorial/src/step-2/description.md +++ b/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 ```vue-html
count is: {{ state.count }}
+count is: {{ counter.count }}
``` Notice how we did not need to use `.value` when accessing the `message` ref in templates: it is automatically unwrapped for more succinct usage.