0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-22 03:05:15 +00:00

fix: 🐛 typo that caused build to fail (#615)

This commit is contained in:
Alex 2023-04-24 19:59:53 +12:00 committed by GitHub
parent 280cd217e4
commit 098f5e5a25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
</template> </template>
<script> <script>
import playlistVideoCard from "~/components/playlist/playlistVideoCard.vue"; import playlistVideoCard from "~/components/Playlist/playlistVideoCard.vue";
export default { export default {
components: { playlistVideoCard }, components: { playlistVideoCard },
computed: { computed: {