mirror of
https://github.com/un-pany/v3-admin-vite.git
synced 2025-04-21 03:19:19 +08:00
docs: readme & 链接
This commit is contained in:
parent
0f2fcc9cda
commit
1c46b05d07
@ -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 版本,各位拿来测试即可,谨慎用上生产环境.
|
||||
现在还是预发布 3.1.3-rc1 版本,各位拿来测试即可,谨慎用上生产环境.
|
||||
|
||||
文档暂无,可以先用到 v3-admin 的文档,基本上是适用的.
|
||||
|
@ -10,17 +10,20 @@
|
||||
<el-avatar :icon="UserFilled" :size="34" />
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu>
|
||||
<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="https://juejin.cn/post/6963876125428678693">
|
||||
<el-dropdown-item>中文文档</el-dropdown-item>
|
||||
<el-dropdown-item>V3-Admin 中文文档</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/un-pany/v3-admin/blob/master/README.en.md">
|
||||
<el-dropdown-item>English Docs</el-dropdown-item>
|
||||
<el-dropdown-item>V3-Admin English Docs</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://github.com/un-pany/v3-admin">
|
||||
<el-dropdown-item>GitHub</el-dropdown-item>
|
||||
<el-dropdown-item>V3-Admin GitHub</el-dropdown-item>
|
||||
</a>
|
||||
<a target="_blank" href="https://gitee.com/un-pany/v3-admin">
|
||||
<el-dropdown-item>Gitee</el-dropdown-item>
|
||||
<el-dropdown-item>V3-Admin Gitee</el-dropdown-item>
|
||||
</a>
|
||||
<el-dropdown-item divided @click="state.logout">
|
||||
<span style="display: block">退出登录</span>
|
||||
|
23
src/types/components.d.ts
vendored
23
src/types/components.d.ts
vendored
@ -5,6 +5,29 @@ import '@vue/runtime-core'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
||||
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
|
||||
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
ElDrawer: typeof import('element-plus/es')['ElDrawer']
|
||||
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
||||
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
||||
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
||||
ElForm: typeof import('element-plus/es')['ElForm']
|
||||
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
||||
ElIcon: typeof import('element-plus/es')['ElIcon']
|
||||
ElInput: typeof import('element-plus/es')['ElInput']
|
||||
ElMenu: typeof import('element-plus/es')['ElMenu']
|
||||
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
||||
ElRadioButton: typeof import('element-plus/es')['ElRadioButton']
|
||||
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
|
||||
ElScrollbar: typeof import('element-plus/es')['ElScrollbar']
|
||||
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
||||
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
||||
ElTabPane: typeof import('element-plus/es')['ElTabPane']
|
||||
ElTabs: typeof import('element-plus/es')['ElTabs']
|
||||
ElTag: typeof import('element-plus/es')['ElTag']
|
||||
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Screenfull: typeof import('./../components/Screenfull/index.vue')['default']
|
||||
|
Loading…
x
Reference in New Issue
Block a user