UNPKG
vue-tianditu2
Version:
beta (3.0.0-beta.0)
latest (3.0.1)
3.0.1
3.0.0
3.0.0-beta.0
- 天地图 vue 组件库
lvzhao1995.github.io/vue-tianditu/
lvzhao1995/vue-tianditu
vue-tianditu2
/
dist
/
es
/
install.mjs
12 lines
(11 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{ useApiLoader
as
r }
from
"./use/apiLoader.mjs"
;
import
*
as
i
from
"./components.mjs"
;
function
t
(
a, e
) {
r
(e),
Object
.
values
(i).
forEach
(
(
o
) =>
{ o.
name
&& a.
component
(o.
name
, o); }); }
export
{ t
as
install };
//# sourceMappingURL=install.mjs.map