UNPKG
casc-cesium
Version:
latest (3.0.12)
3.0.12
3.0.11
3.0.10-beta.0
Vue 3.x components for CesiumJS.
casc-cesium
/
es
/
utils
/
private
/
create.mjs
8 lines
(5 loc)
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{ markRaw, defineComponent }
from
'vue'
;
const
createComponent
= (
raw
) =>
markRaw
(
defineComponent
(raw));
const
createDirective
= (
raw
) =>
markRaw
(raw);
export
{ createComponent, createDirective };
//# sourceMappingURL=create.mjs.map