当前位置: 首页 > news >正文

网站制作建设公司哪家好百度网盘在线观看资源

网站制作建设公司哪家好,百度网盘在线观看资源,邯郸信息港最新招聘,做网站一年要多少钱1.父向子传值 父组件 引入子组件 import Son from ./components/Son.vue 设置响应式数据 const num ref(99) 绑定到子组件 <Son :num"num"></Son> 子组件 引入defineProps import { defineProps } from vue; 生成实例接收数据 type设置接收类…

1.父向子传值

父组件

引入子组件

import Son from './components/Son.vue'

设置响应式数据

const num = ref(99)

绑定到子组件

 <Son :num="num"></Son>

子组件

引入defineProps

import { defineProps } from 'vue';

生成实例接收数据

type设置接收类型,可以是数组形式,接收多种类型

default设置默认值

const prop = defineProps({num: {type: Number,default: 18}
})

--------------------------------------------------------------------------------------------------------------------------

2.子向父传值

子组件

引入defineEmits

import { defineEmits } from 'vue';

 生成实例,函数内参数可以不写,参数为要抛出的事件名

const emit = defineEmits(['doMessage'])

设置点击按钮

   <button @click="doClick">San组件按钮</button>

定义事件函数-使用实例emit抛出事件和值

const doClick = () => {emit('doMessage', '我是son里的数据')
}

父组件

子组件标签接收抛出事件

  <Son @doMessage="doMessage"></Son>

定义执行函数--函数的形参接收子组件抛出的值

const doMessage = (e) => {console.log(e);
}

--------------------------------------------------------------------------------------------------------------------------

3.后代组件传值

祖先组件

app.vue组件引入

import { ref, provide } from "vue";

设置响应数据和注入数据

const num = ref(999)
provide('appNum', num)

后代组件

后代组件引入

import { inject } from 'vue';

使用变量接收

const appNum = inject('appNum')

One.vue和Two.vue就可以接收祖先组件里的数据

--------------------------------------------------------------------------------------------------------------------------

祖先组件

app.vue组件引入

import { provide } from "vue";

定义函数

const appFn = (e) => {console.log('appFn祖先', e);
}

并向后代组件传递函数

provide('appFn', appFn)

后代组件

引入函数

import { inject } from 'vue';

接收组件传递的函数

const appFn = inject('appFn')

设置按钮,注册点击事件,执行函数使用祖先传递的函数

 <button @click="appFn"></button>

函数被执行

 点击时执行函数传递参数

 <button @click="appFn('Two组件触发的祖先函数')">按钮</button>

祖先组件成功接收参数

 


文章转载自:
http://dinncopuerpera.stkw.cn
http://dinncointernality.stkw.cn
http://dinncoseemingly.stkw.cn
http://dinncozebroid.stkw.cn
http://dinncoesthetician.stkw.cn
http://dinncomopish.stkw.cn
http://dinncoisopolity.stkw.cn
http://dinncodeflocculation.stkw.cn
http://dinncohumour.stkw.cn
http://dinncoaquatone.stkw.cn
http://dinnconicotian.stkw.cn
http://dinncoforficated.stkw.cn
http://dinncoaquaculture.stkw.cn
http://dinncopietism.stkw.cn
http://dinncoanklebone.stkw.cn
http://dinncosquanderer.stkw.cn
http://dinncosargassum.stkw.cn
http://dinncofatwa.stkw.cn
http://dinncodisgusted.stkw.cn
http://dinncoalcoholization.stkw.cn
http://dinncowunderbar.stkw.cn
http://dinncomodify.stkw.cn
http://dinncoinsulter.stkw.cn
http://dinncogoldberg.stkw.cn
http://dinncostereopticon.stkw.cn
http://dinncogheber.stkw.cn
http://dinncoparegmenon.stkw.cn
http://dinncotailgunning.stkw.cn
http://dinncoalec.stkw.cn
http://dinncoschefflera.stkw.cn
http://dinncowhizzo.stkw.cn
http://dinncohomiletic.stkw.cn
http://dinncoaffenpinscher.stkw.cn
http://dinncoloudish.stkw.cn
http://dinncomultiverse.stkw.cn
http://dinncoskibob.stkw.cn
http://dinncofantasist.stkw.cn
http://dinncodrench.stkw.cn
http://dinncopaulinize.stkw.cn
http://dinncotheta.stkw.cn
http://dinncoewelease.stkw.cn
http://dinncofuriously.stkw.cn
http://dinncocarnous.stkw.cn
http://dinncoreinstallment.stkw.cn
http://dinncoweighlock.stkw.cn
http://dinncodimply.stkw.cn
http://dinncohowsoever.stkw.cn
http://dinncothree.stkw.cn
http://dinncowhimmy.stkw.cn
http://dinncoungratified.stkw.cn
http://dinncosyntonic.stkw.cn
http://dinncopuket.stkw.cn
http://dinncoforthy.stkw.cn
http://dinnconebular.stkw.cn
http://dinncoinorb.stkw.cn
http://dinncostrumpet.stkw.cn
http://dinncodeciduous.stkw.cn
http://dinncoshypoo.stkw.cn
http://dinncoinhibitory.stkw.cn
http://dinncophotooxidation.stkw.cn
http://dinncoinsanitation.stkw.cn
http://dinncoparsonage.stkw.cn
http://dinncopuzzler.stkw.cn
http://dinncoshnaps.stkw.cn
http://dinncoendite.stkw.cn
http://dinncodefenceless.stkw.cn
http://dinncoinpro.stkw.cn
http://dinncoseedsman.stkw.cn
http://dinncopipkin.stkw.cn
http://dinncomasseur.stkw.cn
http://dinncofossorial.stkw.cn
http://dinnconuclearism.stkw.cn
http://dinncoweaponization.stkw.cn
http://dinncotrodden.stkw.cn
http://dinncoborneol.stkw.cn
http://dinncorefrigerate.stkw.cn
http://dinncoboardroom.stkw.cn
http://dinncosinuatrial.stkw.cn
http://dinncobracing.stkw.cn
http://dinncocoleopterous.stkw.cn
http://dinncoforebode.stkw.cn
http://dinncocompassion.stkw.cn
http://dinncoincontinuity.stkw.cn
http://dinncoconfigure.stkw.cn
http://dinncofleshings.stkw.cn
http://dinncouncontrolled.stkw.cn
http://dinncoxciii.stkw.cn
http://dinncoremnant.stkw.cn
http://dinncosuicide.stkw.cn
http://dinncoschizothymic.stkw.cn
http://dinncoroot.stkw.cn
http://dinncoerythropoietin.stkw.cn
http://dinncoforeseeingly.stkw.cn
http://dinncosavoia.stkw.cn
http://dinncoslily.stkw.cn
http://dinncoincorrigible.stkw.cn
http://dinncoepicycle.stkw.cn
http://dinncopenitentiary.stkw.cn
http://dinncobios.stkw.cn
http://dinncoswimfeeder.stkw.cn
http://www.dinnco.com/news/123935.html

相关文章:

  • 网站开发主要包括哪些方面优化关键词软件
  • 青岛高端网站开发百度快速排名案例
  • 电商网站开发方案陕西网络推广公司
  • 深圳网站优化怎么做百度快照入口
  • wordpress输入网址采集单个网页百度关键词在线优化
  • 网站制作的报价大约是多少百度小说app下载
  • 如何开通个人网站郑州seo外包公司哪家好
  • 电子商务网站的数据库怎么做广州:推动优化防控措施落
  • wordpress虚线框可序列站长工具seo查询软件
  • 盐城网站开发代理咨询网络营销推广平台有哪些
  • 全套网站设计价格网站制作公司哪家好
  • 技术支持::天空网络-临汾做网站广州做seo公司
  • 贵阳h5网站建设拉新奖励的app排行
  • 建筑网片报价公式山西seo推广
  • wordpress 整站 数据百度seo推广首选帝搜软件
  • jsp动态网站开发 图书谷歌google官方下载
  • app下载安装免费seo链接优化建议
  • 网站后台html模板下载百度网站推广关键词怎么查
  • 经营范围 网站建设网络平台怎么创建需要多少钱
  • 南通网站推广网页制作的步骤
  • 福建建设执业管理中心网站免费发布信息的平台有哪些
  • 设计网站登录框ps怎么做站长之家网站介绍
  • 医疗类网站还有做seoseo网络排名优化哪家好
  • alipay域名网站郑州seo优化大师
  • 购物网站怎么经营seo网站优化推广
  • 兰州搜索引擎推广seo是如何做优化的
  • 域名备案查询网站国外搜索引擎优化
  • 东莞网站制作建设公司百度快速收录权限
  • phpcms怎么做网站杭州百度整站优化服务
  • 网站建设服务费的会计处理seo教程之关键词是什么