mirror of
https://github.com/gotson/komga.git
synced 2025-12-26 10:24:04 +01:00
cleanup
This commit is contained in:
parent
cc2abb2a0c
commit
d605db7e81
1 changed files with 0 additions and 2 deletions
|
|
@ -61,7 +61,6 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import {useRules} from 'vuetify/labs/rules'
|
||||
import {useIntl} from 'vue-intl'
|
||||
|
||||
const showDialog = defineModel<boolean>('dialog', {required: false})
|
||||
const emit = defineEmits<{
|
||||
|
|
@ -71,7 +70,6 @@ const emit = defineEmits<{
|
|||
const formValid = ref<boolean>(false)
|
||||
|
||||
const rules = useRules()
|
||||
const intl = useIntl()
|
||||
|
||||
function submitForm() {
|
||||
if(formValid.value) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue