UNPKG
vue3-mediaelement
Version:
latest (0.0.8)
0.0.8
0.0.6
0.0.5
0.0.3
0.0.2
Vue3 MediaElement Video Player
vue3-mediaelement
/
src
/
index.ts
7 lines
(6 loc)
•
173 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
Mediaelement
from
"./components/mediaelement.vue"
;
export
default
{
install
:
(
app
:
any
,
options
:
any
) =>
{ app.
component
(
"Mediaelement"
,
Mediaelement
); }, };