Skip to content

Commit

Permalink
fix: support link
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Jan 25, 2024
1 parent 7380290 commit d643a98
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pages/pass/[admissionKey].vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { f7AccordionContent, f7App, f7Block, f7BlockTitle, f7Button, f7List, f7ListItem, f7Navbar, f7Page, f7SkeletonBlock, f7View } from 'framework7-vue'
import { f7AccordionContent, f7App, f7Block, f7BlockTitle, f7Button, f7Link, f7List, f7ListItem, f7Navbar, f7Page, f7SkeletonBlock, f7View } from 'framework7-vue'
import 'framework7/css/bundle'
import 'framework7-icons/css/framework7-icons.css'
Expand Down Expand Up @@ -127,7 +127,10 @@ const qrcode = useQRCode(() => admission.value?.admissionKey ?? '', {
<p>
Don't panic! Please contact the SSTAA volunteers for assistance.
Alternatively, contact us on Telegram at <a href="https://t.me/qin_guan">@qin_guan</a>.
Alternatively, contact the app team on Telegram at
<f7Link href="https://t.me/qin_guan" external>
@qin_guan
</f7Link>.
</p>
</f7Block>
</f7AccordionContent>
Expand Down

0 comments on commit d643a98

Please # to comment.