fix: 补全SEO&调整列表样式 #67
@ -41,6 +41,11 @@
|
||||
console.error('数据获取失败: ', value);
|
||||
}
|
||||
});
|
||||
|
||||
const pageTitle = computed(() => $t('page-title.about-us'));
|
||||
useHead({
|
||||
title: pageTitle,
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
Reference in New Issue
Block a user