Skip to content

Commit 892a98c

Browse files
committed
fix: 修复逻辑错误
1 parent ed968d2 commit 892a98c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/uni-uts-v1/src/arkts.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ export function getArkTSAutoImports(isX = false): AutoImportOptions {
281281
['requestAnimationFrame'],
282282
['cancelAnimationFrame'],
283283
['Image'],
284-
['Path2D'][
285-
// copy from uni-preset
286-
// ssr
287-
'ssrRef'
288-
],
284+
['Path2D'],
285+
286+
// copy from uni-preset
287+
// ssr
288+
['ssrRef'],
289289
['shallowSsrRef'],
290290
// uni-app lifecycle
291291
// App and Page

0 commit comments

Comments
 (0)