Skip to content

Commit 3425bf1

Browse files
authored
Fix semantic mistake in demo code
1 parent 59edf25 commit 3425bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h4>Code</h4>
3434
<pre>
3535
// index.html
3636

37-
&lt;div v-medium='rich' mode='rich'&gt;&lt;/div&gt;
37+
&lt;div v-medium='text' mode='rich'&gt;&lt;/div&gt;
3838

3939

4040
// main.js

0 commit comments

Comments
 (0)