浏览代码

Corrected how to center Android topbar title (#4520)

Ibrahim Almuqrin 6 年前
父节点
当前提交
fd9b38d4fc
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      docs/docs/options-migration.md

+ 3
- 1
docs/docs/options-migration.md 查看文件

522
 
522
 
523
 ```js
523
 ```js
524
 topBar: {
524
 topBar: {
525
-  alignment: 'center'|'fill'
525
+  title: {
526
+    alignment: 'center'|'fill'
527
+  }
526
 }
528
 }
527
 ```
529
 ```
528
 
530