Skip to content

Commit d041538

Browse files
committed
fix(x-android): 移除 旧的 transformText 逻辑,启用与iOS相同的text换行符处理逻辑
1 parent 8b5dabe commit d041538

File tree

1 file changed

+2
-2
lines changed
  • packages/uni-app-uts/src/plugins/android/uvue/compiler

1 file changed

+2
-2
lines changed

packages/uni-app-uts/src/plugins/android/uvue/compiler/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { transformModel } from './transforms/vModel'
2525
import { transformShow } from './transforms/vShow'
2626
import { transformVText } from './transforms/vText'
2727
import { transformInterpolation } from './transforms/transformInterpolation'
28-
import { transformText } from './transforms/transformText'
28+
// import { transformText } from './transforms/transformText'
2929
import { transformOn } from './transforms/vOnWithModifier'
3030
import { transformBind } from './transforms/vBind'
3131
import { transformSlotOutlet } from './transforms/transformSlotOutlet'
@@ -70,7 +70,7 @@ export function getBaseTransformPreset(
7070
transformSlotOutlet,
7171
transformElement,
7272
trackSlotScopes,
73-
transformText,
73+
// transformText,
7474
transformTapToClick,
7575
transformInterpolation,
7676
transformObjectExpression,

0 commit comments

Comments
 (0)