Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
完善readme
Browse files Browse the repository at this point in the history
更新注释
  • Loading branch information
viarotel committed Jan 15, 2021
1 parent 1143354 commit 524aa9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<p align="center">
基于vue3.x的中后台管理系统(elementPlus+tailwindcss)
<br />
<a href="https://github.com/Viarotel/vue-admin-cli"><strong>探索本项目的文档 »</strong></a>
<a href="https://github.com/Viarotel/vue-admin-cli" target="_self"><strong>探索本项目的文档 »</strong></a>
<br />
<br />
<a href="https://github.com/Viarotel/vue-admin-cli">查看Demo</a>
<a href="https://vue-admin-cli.vercel.app/" target="_blank">查看Demo</a>
·
<a href="https://github.com/Viarotel/vue-admin-cli/issues">报告Bug</a>
<a href="https://github.com/Viarotel/vue-admin-cli/issues" target="_blank">报告Bug</a>
·
<a href="https://github.com/Viarotel/vue-admin-cli/issues">提出新特性</a>
<a href="https://github.com/Viarotel/vue-admin-cli/issues" target="_blank">提出新特性</a>
</p>


Expand Down
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ app.use(request);
//使用svg icon
import icons from "./icons";
app.use(icons);
//引入element-ui
import elementUi from "./plugins/element-ui";
app.use(elementUi);
//全局挂载的方法对象
Expand Down

1 comment on commit 524aa9a

@vercel
Copy link

@vercel vercel bot commented on 524aa9a Jan 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.