UNPKG
flamingo-ui
Version:
latest (2.0.16)
2.0.16
火烈鸟UI组件库
flamingo-ui
/
es
/
custom-video
/
index.js
9 lines
(8 loc)
•
197 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
CustomVideo
from
"./CustomVideo.js"
;
CustomVideo
.
install
=
(
app
) =>
{ app.
component
(
"CustomVideo"
,
CustomVideo
); };
var
stdin_default =
CustomVideo
;
export
{ stdin_default
as
default
};