Changes Update User

This commit is contained in:
Thien Pham Van
2026-02-24 11:06:46 +07:00
parent 24dfaf52c4
commit 06f78f95d7
9 changed files with 675 additions and 536 deletions

View File

@@ -21,10 +21,10 @@
</template>
<script setup>
const {$createMeta} = useNuxtApp()
const text = 'Rất tiếc! Có vẻ như đã xảy ra sự cố. Vui lòng thử lại hoặc liên hệ support@y99.vn nếu vấn đề vẫn tiếp diễn. Xin cảm ơn!'
const text = 'Rất tiếc! Có vẻ như đã xảy ra sự cố. Vui lòng thử lại hoặc liên hệ bộ phận hỗ trợ nếu vấn đề vẫn tiếp diễn. Xin cảm ơn!'
useHead(
$createMeta({title: 'Thông báo mới nhất | Y99', description: text,
$createMeta({title: 'Thông báo mới nhất | Utopia', description: text,
image: '/logo.png', type: 'website',
keywords: 'Y99'})
keywords: 'Utopia'})
)
</script>