Template
1
0
mirror of https://github.com/un-pany/v3-admin-vite.git synced 2025-04-21 11:29:20 +08:00

mod: 同步超链接

This commit is contained in:
pany 2022-04-23 10:33:30 +08:00
parent c8b195d128
commit df157b1f1e
2 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "v3-admin-vite",
"version": "3.1.3",
"description": "一个中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite",
"description": "一个免费开源的中后台管理系统基础解决方案,基于 Vue3、TypeScript、Element-Plus、Pinia 和 Vite 等主流技术.",
"author": {
"name": "pany",
"email": "939630029@qq.com",

View File

@ -49,16 +49,13 @@ const state = reactive({
<el-avatar :icon="UserFilled" :size="34" />
<template #dropdown>
<el-dropdown-menu>
<a target="_blank" href="#">
<a target="_blank" href="https://juejin.cn/post/7089377403717287972">
<el-dropdown-item>V3-Admin-Vite 中文文档</el-dropdown-item>
</a>
<a target="_blank" href="#">
<el-dropdown-item>V3-Admin-Vite English Docs</el-dropdown-item>
</a>
<a target="_blank" href="https://github.com/un-pany/v3-admin-vite">
<el-dropdown-item>V3-Admin-Vite GitHub</el-dropdown-item>
</a>
<a target="_blank" href="#">
<a target="_blank" href="https://gitee.com/un-pany/v3-admin-vite">
<el-dropdown-item>V3-Admin-Vite Gitee</el-dropdown-item>
</a>
<a target="_blank" href="https://juejin.cn/post/6963876125428678693">