Loading... README MIT vue-element-plus-admin 介绍 特性 预览 文档 前序准备 安装和使用 更新日志 如何贡献 Git 贡献提交规范 浏览器支持 Donate 我的二维码 许可证 vue-element-plus-admin English | 中文 介绍 vue-element-plus-admin 是一个基于 element-plus 免费开源的中后台模版。使用了最新的vue3,...
开放授权:支持OAuth 2.0开放标准授权登录,比如微信。 APIJSON:适配腾讯APIJSON协议,支持后端0代码,使用文档。 数据库视图:基于SqlSugar生成查询SQL + 表实体维护视图,可维护性更强。 🛒应用商城 🎖️iMES工厂管家:一款基于.NetCore3.1和Vue3的MES管理系统。项目亮点:模版打印,Excel模版导出,自定义实体扩展,移动端...
update:更新log,引入入场加载Loading,增加文档注释 Sep 1, 2022 .env.production update:更新log,引入入场加载Loading,增加文档注释 Sep 1, 2022 .env.test update:更新log,引入入场加载Loading,增加文档注释 Sep 1, 2022 .eslintignore feat:增加eslint+prettier 代码校验格式化 ...
2Tags Code This branch is1268 commits behindpure-admin/vue-pure-admin:main. README MIT license vue-pure-admin English|中文 Introduction vue-pure-admin is a free and open source middle and back-end template. Using the latestvue3,vite2,TypeScript,Element-Plusand other mainstream technology devel...
ElLoading, ElMessage, ElMessageBox, ElNotification, } from 'element-plus'; export const components = [ ElAlert, ElAside, ElAutocomplete, ElAvatar, ElBacktop, ElBadge, ElBreadcrumb, ElBreadcrumbItem, ElButton, ElButtonGroup, ElCalendar,
resetLoading否booleanfalse开启查询按钮loading状态true, false search否事件{}查询按钮返回数据 reset否事件{}重置按钮返回数据 register否事件页面组件加载完成后执行 validate否事件 1. schema 属性类型介绍可选值 fieldstring唯一标识 labelstring标题 colPropsobjectcol组件属性span/xs/sm/md/lg/xl/tag ...
│ ├─instance element的$message、$confirm、$loading可进行补充 │ └─page 分页 │ ├─router 动态路由 │ ├─store vuex │ ├─modules │ │ ├─menu 菜单模块 │ │ ├─setting 设置模块 │ │ ├─tab 标签页模块 │ │ └─user 用户登录信息模块 ...
](https://router.vuejs.org/en/advanced/lazy-loading.html)//所有权限通用路由表 //如首页和登录页和一些不用权限的公用页面 export const constantRouterMap = [ { path: '/login', component: Login }, { path: '/', component: Layout,
// 登录 const signIn = async () => { const formRef = unref(elFormRef) await formRef?.validate(async (isValid) => { if (isValid) { loading.value = true const { getFormData } = methods const formData = await getFormData<UserType>() try { const res = await loginApi(formData) ...
LoadingShade:typeofimport('./src/components/LoadingShade/LoadingShade.vue')['default'] Page:typeofimport('./src/components/Page/Page.vue')['default'] RouterLink:typeofimport('vue-router')['RouterLink'] RouterView:typeofimport('vue-router')['RouterView'] ...