Przeglądaj źródła

add @dc-modules/namespace

tags/2.0.0
Caven Chen 4 lat temu
rodzic
commit
5b75e0278f
1 zmienionych plików z 16 dodań i 0 usunięć
  1. 16
    0
      modules/namespace/index.js

+ 16
- 0
modules/namespace/index.js Wyświetl plik

@@ -0,0 +1,16 @@
/**
* @Author: Caven
* @Date: 2021-03-15 18:36:48
*/

const getCesium = () => {
return DC.Namespace?.Cesium
}

const getMapv = () => {
return DC.Namespace?.mapv
}

export const Cesium = getCesium()

export const mapv = getMapv()

Ładowanie…
Anuluj
Zapisz