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:
parent
280cd217e4
commit
098f5e5a25
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Reference in a new issue