10 lines
154 B
Vue
10 lines
154 B
Vue
<template>
|
|
<div class="flex flex-col sm:flex-row justify-between gap-4">
|
|
<QRCodePreview />
|
|
|
|
<QRCodeForm />
|
|
</div>
|
|
|
|
<ApiModal />
|
|
</template>
|