添加ssg标题
This commit is contained in:
@@ -94,6 +94,9 @@
|
||||
</div>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { useHead } from '@unhead/vue'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
const { t } = useI18n()
|
||||
import { ref } from 'vue'
|
||||
import EmailBox from '@/components/email-box.vue'
|
||||
import MyEvent from '@/tools/myEvents'
|
||||
@@ -114,6 +117,15 @@
|
||||
const submit = (email: string) => {
|
||||
console.log(email)
|
||||
}
|
||||
useHead({
|
||||
title: 'Mixi - Code-Create',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
content: `${t('Mixi.IntroduceDesc')} ${t('Mixi.IntroduceDesc')}`
|
||||
}
|
||||
]
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped lang="less">
|
||||
|
||||
Reference in New Issue
Block a user