Skip to content

Commit 2bf5476

Browse files
fix:moved a sentence on tutorial to HTML-only description
Close #1865
1 parent e575e79 commit 2bf5476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tutorial/src/step-2/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Notice how we did not need to use `.value` when accessing the `message` ref in t
7272

7373
<div class="options-api">
7474

75-
State that can trigger updates when changed are considered **reactive**. In Vue, reactive state is held in components. In the example code, the object being passed to `createApp()` is a component.
75+
State that can trigger updates when changed are considered **reactive**. In Vue, reactive state is held in components. <span class="html">In the example code, the object being passed to `createApp()` is a component.</span>
7676

7777
We can declare reactive state using the `data` component option, which should be a function that returns an object:
7878

0 commit comments

Comments
 (0)