Browse Source

add the copy-right

tags/2.1.2
Caven Chen 4 years ago
parent
commit
40e93d0da9
1 changed files with 1 additions and 0 deletions
  1. 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) {

Loading…
Cancel
Save