vuejs中父子组件之间通信方法实例详解
网络编程 2021-07-04 15:02www.168986.cn编程入门
这篇文章主要介绍了vuejs中父子组件之间通信方法,结合实例形式详细分析了vue.js父组件向子组件传递消息以及子组件向父组件传递消息具体操作实现技巧,需要的朋友可以参考下
本文实例讲述了vuejs中父子组件之间通信方法。分享给大家供大家参考,具体如下
一、父组件向子组件传递消息
// Parent.vue <template> <div class="parent"> <v-child :msg="message"></v-child> </div> </template> <script> import VChild from './child.vue' export default { ponents: { VChild }, data () { return { // 父组件将message作为参数传入子组件中 message: '来自父组件消息' } } } </script>
// Child.vue <template> <div class="child"> <h1>child</h1> <p>{{ msg }}</p> </div> </template> <script> export default { // 通过props定义外部系统可以传入的参数 // 定义了一个msg变量,类型是String,默认是空字符串 props: { msg: { type: String, default: "" } } } </script>
// router/index.js import Vue from 'vue' import Router from 'vue-router' import HelloWorld from '@/ponents/HelloWorld' import Parent from '@/test/Parent' Vue.use(Router) export default new Router({ routes: [ { path: '/', name: 'HelloWorld', ponent: HelloWorld }, { path: '/parent', ponent: Parent } ] })
二、子组件向父组件传递消息
// Parent.vue <template> <div class="parent"> <v-child :msg="message" @childNotify="childNotify"></v-child> </div> </template> <script> import VChild from './child.vue' export default { ponents: { VChild }, data () { return { // 父组件将message作为参数传入子组件中 message: '来自父组件消息' } }, methods: { childNotify (params) { console.log(params) } } } </script>
// Child.vue <template> <div class="child" @click="notifyParent"> <h1>child</h1> <p>{{ msg }}</p> </div> </template> <script> export default { // 通过props定义外部系统可以传入的参数 // 定义了一个msg变量,类型是String,默认是空字符串 props: { msg: { type: String, default: "" } }, methods: { notifyParent () { var params = { m: 1, n: 2 } // 子组件以事件的形式通知父组件(需要使用$emit方法,第一个参数,事件名称;第二个事件附带的参数) this.$emit('childNotify', params) } } } </script>
参考https://jingyan.baidu./article/455a99505b639da1662778e1.html
希望本文所述对大家vue.js程序设计有所帮助。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程