docs(locales-4-route): 添加路由标题国际化机制说明文档
Some checks failed
CI/CD Pipeline / playwright (push) Failing after 8m15s
CI/CD Pipeline / build-and-deploy (push) Has been skipped

This commit is contained in:
严浩
2025-10-26 21:28:25 +08:00
parent a601f2bc55
commit 2ec6f6c4ba
5 changed files with 70 additions and 8 deletions

View File

@@ -1,10 +1,5 @@
<script setup lang="ts">
definePage({
meta: {
title: '首页',
hideInMenu: false,
},
});
definePage({ meta: { hideInMenu: false } });
</script>
<template>