mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore: fix html-demo not importing skin (#127)
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import { defineVjsPlayer } from '@videojs/html';
|
||||
|
||||
import '@videojs/html/skins/default';
|
||||
|
||||
defineVjsPlayer();
|
||||
|
||||
document.body.innerHTML = /* html */ `
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import { MediaSkin } from '@/media/media-skin';
|
||||
import '@/media/media-container';
|
||||
import '@/media/media-provider';
|
||||
import '@/components/media-play-button';
|
||||
import '@/components/media-mute-button';
|
||||
import '@/components/media-volume-slider';
|
||||
|
||||
Reference in New Issue
Block a user