Skip to content

Commit

Permalink
feature(usehead): 动态设置标头
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker233 committed Dec 19, 2024
1 parent 095b147 commit 4557f94
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/views/index/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@
import SelectTemplateByUse from './components/SelectTemplateByUse.vue';
import ResumeFunctionIntroduce from './components/ResumeFunctionIntroduce.vue';
import WebsiteOpenSource from './components/WebsiteOpenSource.vue';
import { useHead } from '@vueuse/head';
useHead({
title: '91化简-一款免费开源的简历制作神器',
meta: [
{
name: 'description',
content:
'91化简-开源简历制作神器!免费制作一份精美的简历!内置两款设计器、快速设计、简历、封面、海报均可免费制作,支持一键导出高清PDF、JSON数据等。'
},
{
name: 'keywords',
content: '简历 开源 设计器 制作 PDF 高清简历 免费开源'
}
]
});
const dialogNoticeVisible = ref<boolean>(false);
const readNotice = localStorage.getItem('readNotice');
Expand Down

0 comments on commit 4557f94

Please sign in to comment.