Kaynağa Gözat

chore: fix unintended import

Evan You 5 yıl önce
ebeveyn
işleme
9ee85a3783
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      packages/runtime-dom/src/patchProp.ts

+ 0 - 1
packages/runtime-dom/src/patchProp.ts

@@ -5,7 +5,6 @@ import { patchDOMProp } from './modules/props'
 import { patchEvent } from './modules/events'
 import { isOn, isString, isFunction } from '@vue/shared'
 import { RendererOptions } from '@vue/runtime-core'
-import { chdir } from 'process'
 
 const nativeOnRE = /^on[a-z]/