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