From b60ec495c6120ddf014baaec5ea0b118b7f7b7c5 Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 29 Aug 2023 16:55:37 +0800 Subject: [PATCH] feat: add page title --- src/layout/components/NavBar.vue | 35 ++++++++++++++++++++++++-------- src/types/components.d.ts | 3 +++ src/views/dashboard/Edit.vue | 6 +++++- 3 files changed, 34 insertions(+), 10 deletions(-) diff --git a/src/layout/components/NavBar.vue b/src/layout/components/NavBar.vue index 3b1fe5ba..33c19cbd 100644 --- a/src/layout/components/NavBar.vue +++ b/src/layout/components/NavBar.vue @@ -14,12 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. -->