当前位置:网站首页>父组件传递给子组件:Props
父组件传递给子组件:Props
2022-07-07 03:12:00 【要成为光的女人】
一、在开发中很常见的就是父组件之间通信,比如父组件有一些数据,需要子组件进行展示;
- 这个时候我们可以通过props来完成组件之间的通信;
二、什么是Props呢?
- Props是你可以在组件上注册一些自定义的attribute;
- 父组件给这些attribute赋值,子组件通过attribute的名称获取到对应的值;
三、Props有两种常见的用法:
- 方式一:字符串数组,数组中的字符串就是attribute的名称;
- 方式二:对象类型,对象类型可以在指定attribute名称的同时,指定它传递的类型,是否是必须的、默认值等等;
方式一:动态数据要加冒号
方式二:
边栏推荐
猜你喜欢
MySQL SQL的完整处理流程
SVN version management in use replacement release and connection reset
Graduation design game mall
. Net core accesses uncommon static file types (MIME types)
[noi simulation] regional division (conclusion, structure)
Answer to the first stage of the assignment of "information security management and evaluation" of the higher vocational group of the 2018 Jiangsu Vocational College skills competition
Matlab tips (29) polynomial fitting plotfit
Bus消息总线
MATLAB小技巧(30)非线性拟合 lsqcurefit
Installing redis and windows extension method under win system
随机推荐
请问 flinksql对接cdc时 如何实现计算某个字段update前后的差异 ?
【luogu P1971】兔兔与蛋蛋游戏(二分图博弈)
栈题目:有效括号的嵌套深度
请教一个问题,flink oracle cdc,读取一个没有更新操作的表,隔十几秒就重复读取全量数据
Multithreading and high concurrency (9) -- other synchronization components of AQS (semaphore, reentrantreadwritelock, exchanger)
impdp的transform参数的测试
Abnova循环肿瘤DNA丨全血分离,基因组DNA萃取分析
SolidWorks的GB库(钢型材库,包括铝型材、铝管等结构)安装及使用教程(生成铝型材为例)
Kotlin之 Databinding 异常
Libcurl returns curlcode description
Comment les entreprises gèrent - elles les données? Partager les leçons tirées des quatre aspects de la gouvernance des données
Sqlserver multithreaded query problem
oracle如何备份索引
Learning records on July 4, 2022
7天零基础能考证HCIA吗?华为认证系统学习路线分享
MOS tube parameters μ A method of Cox
大咖云集|NextArch基金会云开发Meetup来啦
Matlab tips (29) polynomial fitting plotfit
DB2获取表信息异常:Caused by: com.ibm.db2.jcc.am.SqlException: [jcc][t4][1065][12306][4.25.13]
Maze games based on JS