Skip to content

Commit 9ee85a3

Browse files
committed
chore: fix unintended import
1 parent 425335c commit 9ee85a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-dom/src/patchProp.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { patchDOMProp } from './modules/props'
55
import { patchEvent } from './modules/events'
66
import { isOn, isString, isFunction } from '@vue/shared'
77
import { RendererOptions } from '@vue/runtime-core'
8-
import { chdir } from 'process'
98

109
const nativeOnRE = /^on[a-z]/
1110

0 commit comments

Comments
 (0)