From 1c46b05d07048052812ddcf937504d8640d6ae07 Mon Sep 17 00:00:00 2001 From: pany <939630029@qq.com> Date: Thu, 21 Apr 2022 18:54:44 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20readme=20&=20=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- src/layout/components/NavigationBar/index.vue | 11 +++++---- src/types/components.d.ts | 23 +++++++++++++++++++ 3 files changed, 33 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5330474..6a02c84 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,6 @@ 模板代码是从 [v3-admin v3.1.3](https://github.com/un-pany/v3-admin) 迁移而来,只是脚手架从 vue-cli 5.x 切换到了 vite,并作了一些繁琐我适配. -现在还是预发布 3.1.3-rc1 版本,各位拿来测试即可,谨慎用上生产环境. \ No newline at end of file +现在还是预发布 3.1.3-rc1 版本,各位拿来测试即可,谨慎用上生产环境. + +文档暂无,可以先用到 v3-admin 的文档,基本上是适用的. diff --git a/src/layout/components/NavigationBar/index.vue b/src/layout/components/NavigationBar/index.vue index 6b96d4a..f37c6af 100644 --- a/src/layout/components/NavigationBar/index.vue +++ b/src/layout/components/NavigationBar/index.vue @@ -10,17 +10,20 @@