feat(nuxt): nuxt3 -> nuxt4
This commit is contained in:
9
app/components/body/AppBody.vue
Normal file
9
app/components/body/AppBody.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div class="flex flex-col sm:flex-row justify-between gap-4">
|
||||
<QRCodePreview />
|
||||
|
||||
<QRCodeForm />
|
||||
</div>
|
||||
|
||||
<ApiModal />
|
||||
</template>
|
||||
Reference in New Issue
Block a user