Переглянути джерело

improve the name space

tags/2.16.0
Caven Chen 3 роки тому
джерело
коміт
74e8876fc1
1 змінених файлів з 4 додано та 4 видалено
  1. 4
    4
      modules/namespace/index.js

+ 4
- 4
modules/namespace/index.js Переглянути файл

@@ -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')

Завантаження…
Відмінити
Зберегти