提交 d394c21c 编写于 作者: Q qiang

chore: build uni-app

上级 53ff6e9f
......@@ -17,10 +17,11 @@ function init() {
index = res.findIndex(function (fn) { return fn.toString().includes('onReady'); });
onReadyFn = res[index];
}
res.splice(index, 1);
res.push(onReadyFn);
if (index !== -1) {
res.splice(index, 1);
res.push(onReadyFn);
}
}
console.log('Merge mounted:', res);
return res;
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册