Hacky plyr import
This commit is contained in:
parent
d0c0c51edf
commit
62fa6dbe44
1 changed files with 1 additions and 1 deletions
|
@ -28,8 +28,8 @@
|
|||
<script lang="ts" setup>
|
||||
import { onMounted } from 'vue';
|
||||
import * as misskey from 'misskey-js';
|
||||
import { Plyr } from 'plyr';
|
||||
import { ColdDeviceStorage } from '@/store';
|
||||
const Plyr = require('plyr');
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
media: misskey.entities.DriveFile;
|
||||
|
|
Loading…
Reference in a new issue