午夜剧场伦理_日本一道高清_国产又黄又硬_91黄色网战_女同久久另类69精品国产_妹妹的朋友在线

您的位置:首頁技術文章
文章詳情頁

vue中父子組件的參數傳遞和應用示例

瀏覽:35日期:2022-10-12 17:11:54
1.在父組件中調用子組件,父親傳值給子組件

子組件如下,把要傳給給父親的值放在props中

template> <!--底部導航--> <div class='index-bbar'> <ul > <li v-for='(item,index) in liAry' :class='index==licurrent?’active’:’’'> <router-link :to='item.linkURl'><span class='flex alignc flexdc'> <img :src='http://www.leifengta.com.cn/bcjs/index==licurrent?require(’../../’ + item.urlActive):require(’../../’ + item.url)' ><span>{{item.title}}</span></span> </router-link> </li> </ul> </div></template><script>export default { name: ’Bottom’, data () { return { } }, props:[’liAry’,’licurrent’], methods: { }}</script><style scoped>@import '../../assets/public/css/top.css';@import '../../assets/public/css/bottom.css';</style>

父組件的調用的三部曲

首先引入子組件

import Bottom from ’@/components/public/Bottom’;

注入組件在components中注入

components: {Bottom}

在父親中應用

<template><Bottom v-bind:liAry=’lidata’ v-bind:licurrent=’guidecurrent’></Bottom></template>

到這里就結束了,是不是賊快

2.子組件傳值給父組件

父組件在組件上定義了一個自定義事件childFn,事件名為parentFn用于接受子組件傳過來的message值。

<!-- 父組件 --><template> <div class='test'> <test-com @childFn='parentFn'></test-com> <br/> 子組件傳來的值 : {{message}} </div></template><script>export default { // ... data: { message: ’’ }, methods: { parentFn(payload) { this.message = payload; } }}</script>

子組件是一個buttton按鈕,并為其添加了一個click事件,當點擊的時候使用$emit()觸發事件,把message傳給父組件

<!-- 子組件 --><template> <div class='testCom'> <input type='text' v-model='message' /> <button @click='click'>Send</button></div></template><script>export default { // ... data() { return { // 默認 message: ’我是來自子組件的消息’ } }, methods: { click() { this.$emit(’childFn’, this.message); } } }</script>

在子組件向父親傳值的時候,不可用router-link,不然接受不到父親定義的函數

以上就是vue中父子組件的參數傳遞和應用示例的詳細內容,更多關于vue中父子組件的參數傳遞的資料請關注好吧啦網其它相關文章!

標簽: Vue
相關文章:
主站蜘蛛池模板: 亚洲天堂三级 | 日韩欧美中文 | 国产原创视频在线观看 | 欧美一级网址 | 精品午夜久久 | 免费在线观看www | 国产做受入口竹菊 | 成人在线观看一区二区 | 午夜影片 | 日韩成人动漫 | 久久麻豆精品 | 91青青操 | 超碰啪啪| 色www国产亚洲阿娇 日韩精品一区二区在线播放 | www.天天色 | 久久91久久 | 五月天综合视频 | 四虎影院在线 | 国产日韩精品一区 | 午夜视频免费在线 | 日本裸体xx少妇18在线 | 午夜免费av | 国产极品美女在线 | 色综合天天综合网天天狠天天 | 亚洲国产精品区 | 免费观看的毛片 | 亚洲天堂首页 | av有码在线| 日韩一区二区在线观看视频 | 成人亚洲网站 | 国产一级片毛片 | 激情五月综合网 | 色综合综合色 | 精品久久久久久久久久久久 | 亚洲欧美日韩综合 | 丰满肥臀噗嗤啊x99av | 狠狠操狠狠爱 | 久热99| 精品成人一区二区 | 四虎影院久久 | 麻豆久久久久久 |