匿名插槽
父组件:
<slot-comp>
<h2>
孩子给你一个礼物A
</h2>
</slot-comp>
子组件:
<div> <slot></slot> </div>
具名插槽:



在elementui实战中的运用:

vue2.6之后就出现了 v-slot 在vue3 就必须使用v-slot
v-slot只能写在template上

VUEX基本详情

修改状态

vue-devtools的使用
状态跟踪以及回溯

匿名插槽
父组件:
<slot-comp>
<h2>
孩子给你一个礼物A
</h2>
</slot-comp>
子组件:
<div> <slot></slot> </div>
具名插槽:
在elementui实战中的运用:
vue2.6之后就出现了 v-slot 在vue3 就必须使用v-slot
v-slot只能写在template上
VUEX基本详情
修改状态
vue-devtools的使用
状态跟踪以及回溯
本文标题:vue中的组件插槽和vuex的使用
本文链接:https://www.haomeiwen.com/subject/teivqrtx.html
网友评论