Skip to content

Commit b9edbb7

Browse files
committed
fix: lint
1 parent 61578f5 commit b9edbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler/src/transform.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
defaultOnError,
77
defaultOnWarn,
88
} from '@vue/compiler-dom'
9-
import { EMPTY_OBJ, NOOP, extend, isArray, looseEqual } from '@vue/shared'
9+
import { EMPTY_OBJ, NOOP, extend, isArray } from '@vue/shared'
1010
import { newBlock, newDynamic } from './transforms/utils'
1111
import { isConstantExpression } from './utils'
1212
import {

0 commit comments

Comments
 (0)