Commit 73f9e88
authored
fix(docs): correct output in composition api example (#2012)
Updated the example output in the documentation to reflect the correct HTML structure. Changed <p> tags to <h1> tags to align with the intended rendered output:
Previous output: <p>こんにちは、世界</p>
Corrected output: <h1>こんにちは、世界</h1>1 parent 1878ac2 commit 73f9e88
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments