mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
fix class initial application
This commit is contained in:
parent
68c99b26f2
commit
5d585676c6
@ -36,6 +36,6 @@ function updateClass (oldVnode, vnode) {
|
||||
}
|
||||
|
||||
export default {
|
||||
init: updateClass,
|
||||
create: updateClass,
|
||||
update: updateClass
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user