feat(nuxt): nuxt3 -> nuxt4
This commit is contained in:
10
app/components/body/QRCodePreview.vue
Normal file
10
app/components/body/QRCodePreview.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
const app = useAppStore();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<img
|
||||
:src="app.qrCode"
|
||||
class="w-full max-w-[375px] max-h-[375px] sm:max-w-[315px] sm:max-h-[315px] md:max-w-[375px] md:max-h-[375px] m-auto aspect-square border border-gray-100 dark:border-gray-800"
|
||||
>
|
||||
</template>
|
||||
Reference in New Issue
Block a user