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
add the copy-right
tags/2.1.2
Caven Chen
4 years ago
parent
a469054d89
commit
40e93d0da9
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/core/index.js
+ 1
- 0
packages/core/index.js
View File
@@ -21,6 +21,7 @@ const install = function(DC) {
try {
DC.Namespace['turf'] = turf
DC.mixin(require('./src/components.js').default)
require('@dc-modules/copy-right')
DC.Initialized = true
callback && callback()
} catch (e) {
Write
Preview
Loading…
Cancel
Save