We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1809031 commit 6999893Copy full SHA for 6999893
docs/zh-cn/features/es2015.md
@@ -48,7 +48,7 @@ export default {
48
49
``` html
50
<my-component>
51
- <template scope="{ id, text }">
+ <template slot-scope="{ id, text }">
52
<span>{{ id }} {{ text }}</span>
53
</template>
54
</my-component>
0 commit comments