Fix for eslint errors.

This commit is contained in:
Kavin
2022-05-19 22:17:58 +01:00
parent 4d481e6f84
commit de55a5a0c7
6 changed files with 14 additions and 17 deletions

View File

@@ -7,7 +7,7 @@
</div>
<div class="right-1">
<Sorting by-key="watchedAt" @apply="order => videos.sort(order)" />
<SortingSelector by-key="watchedAt" @apply="order => videos.sort(order)" />
</div>
</div>
@@ -22,12 +22,12 @@
<script>
import VideoItem from "./VideoItem.vue";
import Sorting from "./Sorting.vue";
import SortingSelector from "./SortingSelector.vue";
export default {
components: {
VideoItem,
Sorting,
SortingSelector,
},
data() {
return {