Skip to content

Commit f63bf61

Browse files
committed
style: quote
1 parent f8f4c52 commit f63bf61

File tree

1 file changed

+1
-1
lines changed
  • packages/taro-platform-harmony/src/runtime-framework/react

1 file changed

+1
-1
lines changed

packages/taro-platform-harmony/src/runtime-framework/react/native-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ export function createNativeComponentConfig (
448448
const el = document.getElementById(compId)
449449

450450
if (!el) {
451-
throw new Error(`没有找到组件实例。`)
451+
throw new Error('没有找到组件实例。')
452452
} else {
453453
el.ctx = this
454454
cb && cb(el)

0 commit comments

Comments
 (0)