@@ -1,7 +1,10 @@
|
||||
<template>
|
||||
<MetaHead>
|
||||
<title></title>
|
||||
<meta name="description" content="" />
|
||||
<title>НаСвязи</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="Задайте вопрос или сообщите о проблеме через удобный интерфейс НаСвязи"
|
||||
/>
|
||||
</MetaHead>
|
||||
|
||||
<div class="flex flex-col min-h-full">
|
||||
@@ -38,6 +41,7 @@ import { useQuery } from '@tanstack/vue-query'
|
||||
import { getQrCodeDocument } from '@/api/qrCode'
|
||||
import type { QRCodeDocument } from '@hereconnect/types'
|
||||
import QueryRender from '@/components/QueryRender.vue'
|
||||
import { Head as MetaHead } from '@unhead/vue/components'
|
||||
|
||||
const { qr_code_uri } = defineProps<{ qr_code_uri: string }>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user