mirror of
https://github.com/vuejs/vue.git
synced 2024-11-22 04:39:46 +00:00
tweak
This commit is contained in:
parent
9389b1b7ed
commit
bdf9f8c33a
@ -6,14 +6,14 @@
|
||||
|
||||
import createPatchFunction from './patch'
|
||||
import h from './h'
|
||||
import _class from './modules/class'
|
||||
import classes from './modules/class'
|
||||
import style from './modules/style'
|
||||
import props from './modules/props'
|
||||
import attrs from './modules/attrs'
|
||||
import events from './modules/events'
|
||||
|
||||
const patch = createPatchFunction([
|
||||
_class,
|
||||
classes,
|
||||
props,
|
||||
attrs,
|
||||
style,
|
||||
|
Loading…
Reference in New Issue
Block a user