jd-opensource / jd-opensource/taro-ui

AtTabBar是在每一个页面里面都要声明一次吗,在入口文件里面好像不能生效?

Open
#1,464 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
4.7k
Forks
740
PR merge metrics
No merged PRs in 30d

Description

**问题描述**
AtTabBar的使用要在每一个页面里面引一次,冗余代码好多,有没有简介一点的方法?
```tsx
// src/app.tsx
render() {
return (

{this.props.children}
//这里不会显示


);
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.