update
This commit is contained in:
parent
000582bd42
commit
0fcf308e94
@ -1,11 +1,10 @@
|
|||||||
<div align="center"> <a href="https://github.com/huzhushan/vue3-element-admin"> <img alt="VEA Logo" width="160" src="https://cn.vuejs.org/images/logo.png"> </a> <br> <br>
|
<div align="center"> <a href="https://github.com/huzhushan/vue3-element-admin"> <img alt="VEA Logo" width="160" src="https://huzhushan.gitee.io/vue3-element-admin-site/assets/logo.1d6978fb.svg"> </a> <br> <br>
|
||||||
|
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
|
|
||||||
<h1>Vue3 Element Admin</h1>
|
<h1>Vue3 Element Admin</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
**中文** | [English](./README.md)
|
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
|
||||||
@ -21,8 +20,8 @@
|
|||||||
|
|
||||||
## 视频教程
|
## 视频教程
|
||||||
|
|
||||||
- [使用 vue3-element-admin 开发后台管理系统]()
|
- [使用 vue3-element-admin 开发后台管理系统]() - 待更新
|
||||||
- [vue3-element-admin 架构搭建过程]()
|
- [vue3-element-admin 架构搭建过程]() - 待更新
|
||||||
|
|
||||||
## 技术储备
|
## 技术储备
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ import './permission'
|
|||||||
import 'vite-plugin-svg-icons/register';
|
import 'vite-plugin-svg-icons/register';
|
||||||
|
|
||||||
// 注册全局组件
|
// 注册全局组件
|
||||||
import * as Components from './globalComponents'
|
import * as Components from './global-components'
|
||||||
Object.entries(Components).forEach(([key, component]) => {
|
Object.entries(Components).forEach(([key, component]) => {
|
||||||
app.component(key, component)
|
app.component(key, component)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user