mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix again
This commit is contained in:
parent
04312be010
commit
b22e0dd687
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import { onMounted } from 'vue';
|
|||
import * as misskey from 'misskey-js';
|
||||
import VuePlyr from '@skjnldsv/vue-plyr';
|
||||
import { ColdDeviceStorage } from '@/store';
|
||||
import 'vue-plyr/dist/vue-plyr.css';
|
||||
import '@skjnldsv/vue-plyr/dist/vue-plyr.css';
|
||||
|
||||
const props = withDefaults(defineProps<{
|
||||
media: misskey.entities.DriveFile;
|
||||
|
|
|
@ -30,7 +30,7 @@ import { ref } from 'vue';
|
|||
import * as misskey from 'misskey-js';
|
||||
import VuePlyr from '@skjnldsv/vue-plyr';
|
||||
import { defaultStore } from '@/store';
|
||||
import 'vue-plyr/dist/vue-plyr.css';
|
||||
import '@skjnldsv/vue-plyr/dist/vue-plyr.css';
|
||||
|
||||
const props = defineProps<{
|
||||
video: misskey.entities.DriveFile;
|
||||
|
|
Loading…
Add table
Reference in a new issue