Skip to content

Commit

Permalink
fix: 修复 ets 报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanzebin committed May 29, 2024
1 parent 71d6a50 commit fad5cd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { isUndefined } from '@tarojs/shared'
import { computeBackgroundPosition, convertVp2Px } from './utils'
import { getNormalAttributes } from './utils/helper'
import { isMaxWidthView } from './utils/styles'
import { FlexManager } from './utils/flexManager.ets'
import { FlexManager } from './utils/flexManager'

class TextStyleModify implements AttributeModifier<TextAttribute> {
initStyle?: TaroStyleType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { TaroElement, HarmonyStyle } from '@tarojs/runtime'
import { isUndefined } from '@tarojs/shared'
import { getNormalAttributes } from './styles.ets'
import { getNormalAttributes } from './styles'

interface IFlexOptions {
direction: FlexDirection,
Expand Down

0 comments on commit fad5cd6

Please sign in to comment.