Skip to content

Commit 0052a1b

Browse files
authored
closed 271
1 parent 14521a5 commit 0052a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ You may notice that:
10901090

10911091
### 重名的 Slots <sup>移除</sup>
10921092

1093-
同一模板中的重名 `<slot>` 已经弃用。当一个 slot 已经被渲染过了,那么就不能在同一模板其它地方被再次渲染了。如果要在不同位置渲染同一内容,可一用prop来传递
1093+
同一模板中的重名 `<slot>` 已经弃用。当一个 slot 已经被渲染过了,那么就不能在同一模板其它地方被再次渲染了。如果要在不同位置渲染同一内容,可以用prop来传递
10941094

10951095
{% raw %}
10961096
<div class="upgrade-path">

0 commit comments

Comments
 (0)