Browse Source

improve the name space

tags/2.16.0
Caven Chen 3 years ago
parent
commit
74e8876fc1
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      modules/namespace/index.js

+ 4
- 4
modules/namespace/index.js View File

@@ -3,10 +3,10 @@
* @Date: 2021-03-15 18:36:48
*/

import { getCesium, getTurf, getMapv } from './NSManager'
import { getlib } from '@dc-modules/global-api'

export const Cesium = getCesium()
export const Cesium = getlib('Cesium')

export const turf = getTurf()
export const turf = getlib('turf')

export const mapv = getMapv()
export const mapv = getlib('mapv')

Loading…
Cancel
Save