UNPKG
vue-cesium-jyt
Version:
latest (3.0.10-fix2)
3.0.10
3.0.10-fix2
3.0.10-fix1
Vue 3.x components for CesiumJS.
github.com/brantroy/vue-cesium
brantroy/vue-cesium
vue-cesium-jyt
/
es
/
components
/
entity
/
index.mjs
12 lines
(9 loc)
•
282 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
Entity
from
'./src/index.mjs'
;
export
{ entityProps }
from
'./src/index.mjs'
;
Entity
.
install
=
(
app
) =>
{ app.
component
(
Entity
.
name
,
Entity
); };
const
_Entity =
Entity
;
const
VcEntity
= _Entity;
export
{
VcEntity
, _Entity
as
default
};
//# sourceMappingURL=index.mjs.map