Skip to content

Commit d0d0ba6

Browse files
committed
chore: 移除无用配置
1 parent 1fe456a commit d0d0ba6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/uni-h5/api.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ const BLACKLIST = [
2727
'cssEnv',
2828
'cssVar',
2929
'useI18n',
30-
'MatchMedia',
31-
// TODO 整理tags后调整此处
32-
'Loading'
30+
'MatchMedia'
3331
]
3432

3533
export function genApiJson(code: string) {

0 commit comments

Comments
 (0)