mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
refactor: remove unused code
This commit is contained in:
parent
e038857887
commit
d2123a5590
1 changed files with 0 additions and 22 deletions
|
|
@ -72,28 +72,6 @@
|
|||
<v-icon @click="goToLast" class="mx-2">mdi-arrow-collapse-right</v-icon>
|
||||
</template>
|
||||
</v-slider>
|
||||
<!-- <v-dialog v-model="dialogGoto" persistent max-width="290">-->
|
||||
<!-- <template v-slot:activator="{ on }">-->
|
||||
<!-- <v-icon large class="ma-auto" v-on="on">mdi-arrow-right-bold-circle</v-icon>-->
|
||||
<!-- </template>-->
|
||||
<!-- <v-card >-->
|
||||
<!-- <v-card-text class="d-flex flex-row">-->
|
||||
<!-- <v-text-field-->
|
||||
<!-- v-model="goToPage"-->
|
||||
<!-- hide-details-->
|
||||
<!-- single-line-->
|
||||
<!-- type="number"-->
|
||||
<!-- autofocus-->
|
||||
<!-- />-->
|
||||
<!-- </v-card-text>-->
|
||||
|
||||
<!-- <v-card-actions>-->
|
||||
<!-- <v-spacer></v-spacer>-->
|
||||
<!-- <v-btn color="darken-1" text @click="dialogGoto = false">Close</v-btn>-->
|
||||
<!-- <v-btn color="green darken-1" text @click="goTo(goToPage)">Go To</v-btn>-->
|
||||
<!-- </v-card-actions>-->
|
||||
<!-- </v-card>-->
|
||||
<!-- </v-dialog>-->
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue