This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dc-sdk
mirror of
https://github.com/dvt3d/dc-sdk
Watch
4
Star
0
Fork
0
Code
Issues
0
Releases
92
Wiki
Activity
Browse Source
抛出ready函数异常错误
tags/1.15.2
Caven Chen
4 years ago
parent
7ea784c669
commit
66c2408acf
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/core/index.js
+ 1
- 0
src/core/index.js
View File
@@ -30,6 +30,7 @@ const install = function(DC) {
} catch (e) {
// eslint-disable-next-line no-console
console.error(e)
throw e
}
}
}
Write
Preview
Loading…
Cancel
Save