chore: format
This commit is contained in:
6
app.vue
6
app.vue
@@ -175,7 +175,7 @@ const isDark = computed({
|
|||||||
<img
|
<img
|
||||||
:src="qrCodeSrc"
|
:src="qrCodeSrc"
|
||||||
class="max-h-[375px] aspect-square border border-gray-100 dark:border-gray-800"
|
class="max-h-[375px] aspect-square border border-gray-100 dark:border-gray-800"
|
||||||
>
|
/>
|
||||||
|
|
||||||
<div class="flex-1 flex flex-col justify-center">
|
<div class="flex-1 flex flex-col justify-center">
|
||||||
<UForm ref="form" :state="state" class="space-y-4">
|
<UForm ref="form" :state="state" class="space-y-4">
|
||||||
@@ -331,8 +331,8 @@ const isDark = computed({
|
|||||||
<p>
|
<p>
|
||||||
You can easily generate QRCodes by using the API, with no rate
|
You can easily generate QRCodes by using the API, with no rate
|
||||||
limitation.
|
limitation.
|
||||||
<br >
|
<br />
|
||||||
<br >
|
<br />
|
||||||
If you are not sure how to use the API, you can fill the QRCode form
|
If you are not sure how to use the API, you can fill the QRCode form
|
||||||
and copy the generated API URL.
|
and copy the generated API URL.
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user