mirror of https://github.com/vuejs/vue.git
make merging strategies a real hash
This commit is contained in:
parent
99b9442281
commit
d21a84e879
|
|
@ -13,7 +13,7 @@ var extend = _.extend
|
|||
* @param {Vue} [vm]
|
||||
*/
|
||||
|
||||
var strats = {}
|
||||
var strats = Object.create(null)
|
||||
|
||||
/**
|
||||
* Data
|
||||
|
|
|
|||
Loading…
Reference in New Issue