We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425335c commit 9ee85a3Copy full SHA for 9ee85a3
packages/runtime-dom/src/patchProp.ts
@@ -5,7 +5,6 @@ import { patchDOMProp } from './modules/props'
5
import { patchEvent } from './modules/events'
6
import { isOn, isString, isFunction } from '@vue/shared'
7
import { RendererOptions } from '@vue/runtime-core'
8
-import { chdir } from 'process'
9
10
const nativeOnRE = /^on[a-z]/
11
0 commit comments