mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): add missing slot="media" to HTML demo video elements (#867)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
669694ab20
commit
0bc84d2cf1
@@ -16,7 +16,7 @@ function generateHTMLCode(skin: Skin): string {
|
||||
|
||||
<video-player>
|
||||
<${skinTag}>
|
||||
<video src="${VJS10_DEMO_VIDEO.mp4}"></video>
|
||||
<video slot="media" src="${VJS10_DEMO_VIDEO.mp4}"></video>
|
||||
</${skinTag}>
|
||||
</video-player>`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user