Skip to content

Commit

Permalink
feat:更新
Browse files Browse the repository at this point in the history
  • Loading branch information
xkloveme committed Sep 19, 2023
1 parent e62dfba commit 11a953c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Qrcode.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
* @Date: 2023-09-19
* @LastEditTime: 2023-09-19 16:19:36
* @LastEditTime: 2023-09-19 16:25:11
* @LastEditors: xkloveme
* @FileDesc:new page
* @FilePath: /black-tool/src/components/Qrcode.vue
Expand All @@ -10,7 +10,7 @@
<div class="main">
<div class="flex w-full">
<div class="grid h-150 flex-grow card bg-base-300 rounded-box place-items-center">
<textarea v-model="qr" class="textarea textarea-info w-full h-full" cols="33" rows="5" placeholder="请输入二维码链接"></textarea>
<textarea v-model="qr" class="textarea textarea-info w-full h-full" cols="33" rows="5" placeholder="请输入链接"></textarea>
</div>
<div class="divider divider-horizontal">生成</div>
<div class="grid h-150 flex-grow card bg-base-300 rounded-box place-items-center"><qrcode-vue :value="newQr"
Expand Down

0 comments on commit 11a953c

Please sign in to comment.