]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused var
authorEvan You <yyx990803@gmail.com>
Sat, 1 Jun 2019 09:44:06 +0000 (17:44 +0800)
committerEvan You <yyx990803@gmail.com>
Sat, 1 Jun 2019 09:44:06 +0000 (17:44 +0800)
packages/runtime-core/src/vnode.ts

index ff4ea11675411fee6b29c538774b71175aa34b6e..5f78aa5959f31c25ef0c1c0b2dcf784150169771 100644 (file)
@@ -2,7 +2,7 @@ import { isArray, isFunction, isString, isObject, EMPTY_ARR } from '@vue/shared'
 import { ComponentInstance } from './component'
 import { HostNode } from './createRenderer'
 import { RawSlots } from './componentSlots'
-import { CLASS, STYLE } from './patchFlags'
+import { CLASS } from './patchFlags'
 
 export const Fragment = Symbol('Fragment')
 export const Text = Symbol('Text')