浏览代码

restore meta update on client routing

Olivier Massot 1 年之前
父节点
当前提交
3bdb687c70
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 0 1
      app.vue
  2. 1 1
      components/Common/Meta.vue

+ 0 - 1
app.vue

@@ -1,6 +1,5 @@
 <template>
   <Html :lang="i18nHead.htmlAttrs.lang" :dir="i18nHead.htmlAttrs.dir">
-
     <div id="top" />
 
     <LayoutNavigation />

+ 1 - 1
components/Common/Meta.vue

@@ -22,7 +22,7 @@ const props = defineProps({
   },
 })
 
-useServerSeoMeta({
+useSeoMeta({
   title: props.title,
   ogTitle: props.title,
   twitterTitle: props.title,