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

@@ -12,7 +12,7 @@
</span>
<span class="md:float-right">
<Sorting by-key="uploaded" @apply="order => videos.sort(order)" />
<SortingSelector by-key="uploaded" @apply="order => videos.sort(order)" />
</span>
<hr />
@@ -24,12 +24,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 {