From 620be424cd664037b9f15f1b12ec74d2048aa2c1 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期四, 05 一月 2023 15:56:47 +0800 Subject: [PATCH] 顶部导航展示优化。 --- src/App.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/App.vue b/src/App.vue index ec9032c..bee05da 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,6 +5,7 @@ </template> <script> + export default { name: 'App' } -- Gitblit v1.9.2