chore: cleanup
This commit is contained in:
parent
a2ce675e0f
commit
31ee830960
|
|
@ -13,7 +13,6 @@ const props = defineProps<{
|
||||||
|
|
||||||
const orgAddress = ref(props.modelValue);
|
const orgAddress = ref(props.modelValue);
|
||||||
|
|
||||||
// Emit update event for v-model
|
|
||||||
const emit = defineEmits(["update:modelValue"]);
|
const emit = defineEmits(["update:modelValue"]);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ const props = defineProps<{
|
||||||
|
|
||||||
const address = ref(props.modelValue);
|
const address = ref(props.modelValue);
|
||||||
|
|
||||||
// Emit update event for v-model
|
|
||||||
const emit = defineEmits(["update:modelValue"]);
|
const emit = defineEmits(["update:modelValue"]);
|
||||||
|
|
||||||
watch(
|
watch(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue