chore: update title by command

This commit is contained in:
YunYouJun
2022-04-16 23:14:48 +08:00
parent 8236d1957f
commit bc87ed50f3
4 changed files with 3 additions and 47 deletions

View File

@@ -1,17 +1,13 @@
<script setup lang="ts">
// https://github.com/vueuse/head
// you can use this to manipulate the document head in any components,
import { useWeixin } from './composables/weixin'
// they will be rendered correctly in the html results with vite-ssg
useHead({
title: '好的,今天我们来做菜!',
title: '隔离食用手册',
meta: [
{ name: 'description', content: '好的,今天我们来做菜!' },
],
})
useWeixin()
</script>
<template>