原文:taro组件笔记

创建子组件import Taro, Component, Config from tarojs taro :引入ComponentShopList :子组件名称export default ShopList:导出ShopList组件ShopList.defaultProps:默认值集合render :必须实现的方法 需要return 组件的html import Taro, Component, ...

2019-06-15 22:29 0 1524 推荐指数:

查看详情

taro demos & taro 组件

taro demos & taro 组件库 ui demo https://github.com/qit-team/taro-yanxuan https://github.com/fengchunsgit/taro-meituan tarojs/components ...

Wed Mar 25 04:20:00 CST 2020 5 651
Taro父子组件通信

组件 testEvent = () =>{ console.log('abc123') } <Test test={1231323} onTestEvent={this.testEvent}></Test> 子组件 ...

Thu Jan 24 17:41:00 CST 2019 0 2133
Taro -- 上传图片公用组件

效果图 子组件chooseImage 父组件home 这图片未压缩过,后面会进行优化,处理图片压缩 未完待续。。。。 ...

Tue Dec 01 23:10:00 CST 2020 1 503
taro父、子组件通信

父page let personInfo = { mobile: this.state.mobile, email: this.state.email } 传入自组件参数 ...

Wed Oct 23 22:56:00 CST 2019 0 1089
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM