Open 13554599576 opened 3 years ago
import Taro, { Component } from '@tarojs/taro' import { View } from '@tarojs/components' import { AtAccordion } from 'taro-ui' import './index.scss' export default class Index extends Component { config = { navigationBarTitleText: '首页' } render () { return ( <View className='index'> </View> ) } }
欢迎提交 Issue~
如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏
如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。
Good luck and happy coding~
使用 "taro-ui": "^3.0.0-alpha.10"
我也这样