av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

vue中父子組件傳值,解決鉤子函數(shù)mounted只運(yùn)行一次的操作

瀏覽:48日期:2022-12-27 11:41:26

因?yàn)閙ounted函數(shù)只會在html和模板渲染之后會加載一次,但是在子組件中只有第一次的數(shù)據(jù)顯示是正常的,所以需要再增加一個updated函數(shù),在更新之后就可以重新進(jìn)行取值加載,完成數(shù)據(jù)的正常顯示。

beforCreate(創(chuàng)建之前)

Created(創(chuàng)建之后)

beforMount(載入之前)

Mounted(載入之后)

beforUpdate(更新之前)

Updated(更新之后)

beforDestroy(銷毀之前)

Destroyed(銷毀之后)

activate(keep-alive組件激活時調(diào)用)

deactivated(keep-alive組件停用時調(diào)用)

errorCaptured(這個組件的作用是接受子孫組件報(bào)錯是調(diào)用,三個參數(shù) 錯誤對象、錯誤的組件、錯誤信息)

父組件向

子組件傳值

通過父組件傳值調(diào)用子組件顯示不同的數(shù)據(jù)

父組件 :conponent.vue

子組件:iconponent.vue

父組件

<template> <div> <span>父組件</span> <icomponent-box :id='this.id'></icomponent-box> </div></template><script>//導(dǎo)入子組件import icomponent from ’./icomponent.vue’;export default { data () { return { id:12 } }, components:{ //用來注冊子組件的節(jié)點(diǎn) 'icomponent-box': icomponent }}</script><style></style>

子組件

<template> <div>子組件</div></template><script>export default { updated:{ this.getComponents(); }, mounted:{ this.getComponents(); }, data () { return { } }, methods:{ getComponents(){ this.$http.get('api/getcomponents/' + this.id); } }, props: ['id'] //接收父組件傳遞過來的id值}</script>

補(bǔ)充知識:Vue父子組件傳值,子組件數(shù)據(jù)只更新一次,之后更改父組件的數(shù)據(jù),子組件不再更新

我就廢話不多說了,大家還是直接看代碼吧~

props:{ reportInfo:{ type:Object, default:()=>{} }},data:function(){return {cityName :’ ’,reportId :’ ’ ,}}mounted:function () { var _this = this; //初始化獲得數(shù)據(jù),之后在watch中監(jiān)聽更新 _this.cityName = _this.reportInfo.cityName; _this.reportId = _this.reportInfo.reportId; },watch:{reportInfo(newValue, oldValue) {var _this = this; _this.cityName = newValue.cityName; _this.reportId = newValue.reportId;}}

以上這篇vue中父子組件傳值,解決鉤子函數(shù)mounted只運(yùn)行一次的操作就是小編分享給大家的全部內(nèi)容了,希望能給大家一個參考,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Vue
主站蜘蛛池模板: 亚洲性网 | 欧洲一区二区三区 | 99在线资源 | 一区二区三区视频在线观看 | 国产97视频在线观看 | 久草在线 | 黑人精品xxx一区一二区 | 国产一区不卡 | 五月网婷婷 | 午夜免费电影 | 久久99精品视频 | 日韩在线观看视频一区 | 日韩一区二区三区在线 | 99久久久久国产精品免费 | 国产精品久久久久久久久久不蜜臀 | jizz在线看片 | 四虎影视免费观看 | 国产福利在线 | 午夜视频一区二区三区 | 日韩免费看片 | 天堂久久天堂综合色 | 99久久久久国产精品免费 | 91黄在线观看 | 中文字幕精品一区二区三区精品 | 91九色porny首页最多播放 | 欧美 日韩 亚洲91麻豆精品 | 日韩aⅴ片| 成人在线看片 | 亚洲区一区二 | 中文字幕第一页在线 | 亚洲在线一区二区三区 | 网站国产 | 久久国产精品一区二区 | 国产精品大片在线观看 | 免费小视频在线观看 | 欧美日韩在线免费观看 | 四虎影院一区二区 | 久久综合爱 | 9久久精品 | 中文字幕高清 | 国产特一级黄色片 |