mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
fix
This commit is contained in:
parent
bf8d55a952
commit
f848131bf7
1 changed files with 3 additions and 0 deletions
|
@ -30,12 +30,15 @@ import { ref } from 'vue';
|
|||
import * as misskey from 'misskey-js';
|
||||
import 'vlitejs/dist/vlite.css';
|
||||
import Vlitejs from 'vlitejs';
|
||||
import VlitejsPip from 'vlitejs/dist/plugins/pip';
|
||||
import { defaultStore } from '@/store';
|
||||
|
||||
const props = defineProps<{
|
||||
video: misskey.entities.DriveFile;
|
||||
}>();
|
||||
|
||||
Vlitejs.registerPlugin('pip', VlitejsPip);
|
||||
|
||||
new Vlitejs('#player', {
|
||||
plugins: ['pip'],
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue