Skip to content

Commit 6999893

Browse files
Jet12138yyx990803
authored andcommitted
docs: slot-scope deprecated (#1072)
1 parent 1809031 commit 6999893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/features/es2015.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default {
4848

4949
``` html
5050
<my-component>
51-
<template scope="{ id, text }">
51+
<template slot-scope="{ id, text }">
5252
<span>{{ id }} {{ text }}</span>
5353
</template>
5454
</my-component>

0 commit comments

Comments
 (0)