UNPKG
@vuux/code
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Vue Nuxt 代码高亮
vuux.usuuu.com
@vuux/code
/
dist
/
es
/
withInstall.mjs
8 lines
(7 loc)
•
153 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
const
c
= (
t, n
) => (t.
install
=
(
e
) =>
{
for
(
const
o
of
[t, ...
Object
.
values
({})]) e.
component
(o.
name
, o); }, t);
export
{ c
as
withInstall };