Skip to content

Commit

Permalink
fix(taro): 修复页面 config 参数缺失 pageOrientation 的类型定义 (#4961)
Browse files Browse the repository at this point in the history
  • Loading branch information
spencer17x authored and Garfield550 committed Nov 29, 2019
1 parent c10feed commit 6277ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro/types/taro.config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,5 +305,6 @@ declare namespace Taro {
}
window?: WindowConfig
cloud?: boolean
pageOrientation?: 'auto' | 'portrait' | 'landscape'
}
}

0 comments on commit 6277ea3

Please sign in to comment.