Skip to content

Commit

Permalink
chore(harmony): ExtApiBlackList add getElementById
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyuWang committed Jan 10, 2025
1 parent 7391696 commit 057fc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/uni-app-harmony/src/compiler/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ export const ExtApiBlackListX = [
// 'uni-chooseMedia',
]

export const ExtApiBlackList = ['uni-loadFontFace']
export const ExtApiBlackList = ['uni-loadFontFace', 'uni-getElementById']

0 comments on commit 057fc78

Please sign in to comment.