diff --git a/components/body/QRCodeForm.vue b/components/body/QRCodeForm.vue index d16cb34..f223d30 100644 --- a/components/body/QRCodeForm.vue +++ b/components/body/QRCodeForm.vue @@ -36,6 +36,7 @@ const apiUrl = computed((previous) => { return `${baseApiUrl}?${params}`; }); +const isValidApiUrl = computed(() => !!apiUrl.value); const { icon: copyUrlIcon, copy: copyUrl } = useCopyable(apiUrl); @@ -170,7 +171,7 @@ const { />