fix: 🚑 Fix vue-plyr import

This commit is contained in:
ThatOneCalculator 2022-08-17 16:03:20 -07:00
parent 3b85a9bb7d
commit 9c80dab7f4
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<script lang="ts" setup>
import { onMounted } from 'vue';
import * as misskey from 'misskey-js';
import VuePlyr from 'vue-plyr';
import VuePlyr from '@skjnldsv/vue-plyr';
import { ColdDeviceStorage } from '@/store';
import 'vue-plyr/dist/vue-plyr.css';