未验证 提交 94dc7f60 编写于 作者: _ __Oasis__ 提交者: GitHub

Merge pull request #724 from oasis-cloud/nutui-react

chore: gitignore
.DS_Store
node_modules
.idea
.eslintcache
/dist
/libs
/jd/upload.js
......
......@@ -2,7 +2,6 @@ function requestAniFrame() {
if (typeof window !== 'undefined') {
return (
window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
function (callback) {
window.setTimeout(callback, 1000 / 60)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册