UNPKG

vue3-mediaelement

Version:

Vue3 MediaElement Video Player

7 lines (6 loc) 173 B
import Mediaelement from "./components/mediaelement.vue"; export default { install: (app: any, options: any) => { app.component("Mediaelement", Mediaelement); }, };