diff --git a/app.vue b/app.vue index a94686b..703cb0a 100644 --- a/app.vue +++ b/app.vue @@ -16,6 +16,7 @@ const qrCodeSrc = computed(() => qrCode.value ?? "/default.webp"); const isApiModelOpen = ref(false); const state = reactive({ + hasLogo: false, logo: undefined, format: IMAGE_FORMATS[0], content: undefined, @@ -127,13 +128,23 @@ const arrayToUnion = (array: string[]) => /> - + + +