Skip to content

Commit eb439ba

Browse files
committed
fix(solid): 修复收集小程序组件获取的internalComponents非合并后的问题(root-portal失效等)
1 parent 5d9a62d commit eb439ba

File tree

1 file changed

+2
-1
lines changed
  • packages/taro-framework-solid/src

1 file changed

+2
-1
lines changed

packages/taro-framework-solid/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { fs, REG_TARO_H5 } from '@tarojs/helper'
2-
import { capitalize, internalComponents, isString, toCamelCase } from '@tarojs/shared'
2+
import { isString } from '@tarojs/shared'
3+
import { capitalize, internalComponents, toCamelCase } from '@tarojs/shared/dist/template'
34

45
import { RECONCILER_NAME } from './constant'
56
import { h5iVitePlugin } from './vite.h5'

0 commit comments

Comments
 (0)