chore: fix unintended import

This commit is contained in:
Evan You 2020-07-06 20:41:38 -04:00
parent 425335c28b
commit 9ee85a3783

View File

@ -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]/