Commit eca197a0 authored by wangxuelai's avatar wangxuelai

'最新代码提交'

parent 0b313385
......@@ -6,6 +6,7 @@ function merge (mixins, options) {
if (Object.prototype.toString.call(mixin) !== '[object Object]') {
throw new Error('mixin 类型必须为对象!')
}
console.log(Object.entries(mixin));
if(!Object.entries){
Object.entries = function(obj){
var ownProps = Object.keys(obj),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment