mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-21 18:55:16 +00:00
fix: 🐛 typo that caused build to fail (#615)
This commit is contained in:
parent
280cd217e4
commit
098f5e5a25
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import playlistVideoCard from "~/components/playlist/playlistVideoCard.vue";
|
||||
import playlistVideoCard from "~/components/Playlist/playlistVideoCard.vue";
|
||||
export default {
|
||||
components: { playlistVideoCard },
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue