chore: cleanup

This commit is contained in:
Reto Aebersold 2023-11-10 10:21:37 +01:00 committed by Christian Cueni
parent a2ce675e0f
commit 31ee830960
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ const props = defineProps<{
const orgAddress = ref(props.modelValue);
// Emit update event for v-model
const emit = defineEmits(["update:modelValue"]);
watch(

View File

@ -15,7 +15,6 @@ const props = defineProps<{
const address = ref(props.modelValue);
// Emit update event for v-model
const emit = defineEmits(["update:modelValue"]);
watch(