Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Commit

Permalink
fix(wechat): 修复微信小程序 app.config.ts 声明错误问题 (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
lichenbuliren committed Aug 31, 2020
1 parent 4ee774d commit b2077ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/remax-wechat/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,9 @@ export interface AppConfig {
* 1.7.3
*/
subpackages?: Array<{
root: 'string';
name?: 'string';
pages: [];
root: string;
name?: string;
pages: string[];
independent?: boolean;
}>;
/**
Expand Down

1 comment on commit b2077ae

@vercel
Copy link

@vercel vercel bot commented on b2077ae Aug 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.