mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-30 18:43:17 +00:00
Remove unnecessary imports.
This commit is contained in:
parent
ab2b3a25c8
commit
107102ff2e
@ -65,8 +65,6 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { defineProps, defineEmits } from "vue";
|
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
chapters: Object,
|
chapters: Object,
|
||||||
mobileLayout: {
|
mobileLayout: {
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { defineEmits, defineProps, ref, watch } from "vue";
|
import { ref, watch } from "vue";
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
most_recent: "descending",
|
most_recent: "descending",
|
||||||
|
Loading…
Reference in New Issue
Block a user