Vue | 父子組件傳遞數據 slot-scope

父組件 Parent.vuejavascript // Parent.vue import child from './child' export default { components: { child } } 子組件 child.vuehtml // child.vue export default { props: { msg: String } } 1.
相關文章
相關標籤/搜索