Skip to content

Commit

Permalink
feat(weapp): taro config add style typing (#5090)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpyzo0o authored and ZakaryCode committed Dec 20, 2019
1 parent d964777 commit bd96fa2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/taro/types/taro.config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,11 @@ declare namespace Taro {
* @since 微信客户端 7.0.0
*/
permission?: Permission
/**
* 指定使用升级后的weui样式
* @since 2.8.0
*/
style?: 'v2'
}

interface Config extends PageConfig, AppConfig {
Expand Down

0 comments on commit bd96fa2

Please sign in to comment.