Skip to content

Commit ffd10f7

Browse files
committed
'V3.1.0'
1 parent 00a7348 commit ffd10f7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@
1616
## 功能 ##
1717
- [x] Element UI
1818
- [x] 登录/注销
19+
- [x] Dashboard
1920
- [x] 表格
21+
- [x] Tab选项卡
2022
- [x] 表单
2123
- [x] 图表 :bar_chart:
2224
- [x] 富文本编辑器
2325
- [x] markdown编辑器
2426
- [x] 图片拖拽/裁剪上传
2527
- [x] 支持切换主题色 :sparkles:
2628
- [x] 列表拖拽排序
29+
- [x] 权限测试
30+
- [x] 404 / 403
2731

2832

2933
## 目录结构介绍 ##

README_EN.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,18 @@ The scheme as a set of multi-function background frame templates, suitable for m
1010
## Function ##
1111
- [x] Element-UI
1212
- [x] Login/Logout
13+
- [x] Dashboard
1314
- [x] Table
15+
- [x] Tabs
1416
- [x] From
1517
- [x] Chart :bar_chart:
1618
- [x] Editor
1719
- [x] Markdown
1820
- [x] Upload pictures by clipping or dragging
1921
- [x] Support manual switch themes :sparkles:
2022
- [x] List drag sort
23+
- [x] Permission
24+
- [x] 404 / 403
2125

2226

2327
## Directory structure ##

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>vue-manage-system | 基于Vue 的后台管理系统</title>
5+
<title>vue-manage-system | 基于Vue的后台管理系统</title>
66
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
77
<meta name="keywords" content="vue, vue-manage-system, manage-system, 后台, 管理系统, element" />
88
<meta name="description" content="基于Vue2 + Element UI 的后台管理系统解决方案" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-manage-system",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "基于Vue.js 2.x系列 + element-ui 内容管理系统解决方案",
55
"author": "lin-xin <2981207131@qq.com>",
66
"private": true,

0 commit comments

Comments
 (0)