Skip to content

Commit 5e4061b

Browse files
yanxyzyyx990803
authored andcommitted
update replace option example (vuejs#293)
1 parent c4f794a commit 5e4061b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ type: api
592592
Will result in:
593593

594594
``` html
595-
<p class="foo bar">replaced</p>
595+
<p class="foo bar" id="replace">replaced</p>
596596
```
597597

598598
In comparison, when `replace` is set to `false`:

0 commit comments

Comments
 (0)