FairyEver
099fde59e7
feat: ✨ 增加构建分析页面示例
2020-06-09 17:41:55 +08:00
FairyEver
079fd1c280
feat: ✨ 移除对 error 的无用判断
...
Variable 'error' is null checked here, but afterwards at line 68 , it is passed as the first parameter of 'errorLog()' without null check. Note that the parameter's property is accessed in the function body at line 72 of src/api/tools.js.
2020-06-08 15:48:21 +08:00
FairyEver
f64b267ee9
feat: ✨ jsx 重写 d2-container 的 render
2020-06-08 15:28:59 +08:00
FairyEver
7062d0622e
feat: 🎨 解决关于 page 是否存在判断不合理的问题
...
Variable 'page' is null checked here, but its property is accessed without null check prior at line 160 .
2020-06-08 15:02:41 +08:00
FairyEver
b1ea3e81a6
feat: 🎨 解决关于 error 信息的检查遗漏提示
...
Variable 'error' is null checked here, but afterwards at line 67 , it is passed as the first parameter of 'errorLog()' without null check. Note that the parameter's property is accessed in the function body at line 72 of src/api/tools.js.
2020-06-08 15:01:06 +08:00
FairyEver
0e541795a9
feat: ✨ menu-header 和 menu-side 组件使用 jsx 重写 render
2020-06-08 14:55:14 +08:00
FairyEver
93414ebc86
fix: 🐛 d2-count-up 组件删除错误代码和无用代码
2020-06-08 13:34:59 +08:00
FairyEver
a657395533
fix: 🐛 修复示例代码中错误的 required 属性
2020-06-08 11:37:56 +08:00
FairyEver
3a20ac2501
docs: 📝 wx qr update
2020-05-26 13:59:45 +08:00
FairyEver
1983506e46
fix: 🐛 修复静态资源请求错误
...
#280
2020-05-19 22:39:25 +08:00
FairyEver
d6704dad5c
feat: 💡 分离用于真实网络请求和模拟请求的 service
2020-05-19 09:15:57 +08:00
FairyEver
f4a10ed3c3
feat: 更新 eslint 后,修复新检查出的错误
2020-05-08 09:44:14 +08:00
FairyEver
79e43a69d8
feat: fuse.js from 3.6.1 to 5.2.3 & 完善页面搜索相关代码
2020-05-08 09:20:23 +08:00
FairyEver
6628f1b462
feat: 简化错误捕捉插件代码
2020-05-08 08:41:37 +08:00
李杨
60349f0344
feat: 全局错误捕捉
...
catch general js and Promise reject event to store/log, not just vue error
2020-05-07 23:26:48 +08:00
FairyEver
30225b8fd2
style: 移除无用的 log
2020-05-07 23:21:35 +08:00
FairyEver
d754d78ad0
style: 避免动态 import 时提示错误
2020-05-07 23:17:56 +08:00
FairyEver
ac9b1ea26d
feat: 使用 axios 扩展的方式实现 mock 数据
2020-05-07 23:02:12 +08:00
Hank CP
7fda210284
global error catcher
2020-05-07 18:38:55 +08:00
FairyEver
28acfdbb04
feat: 优化接口配置设计,注册的网络请求会自动注册到 vue 原型 $api 上,修改了一些旧的接口调用方式
2020-05-07 15:49:28 +08:00
FairyEver
804f66eb05
feat: 移除 mockjs 以及相关示例
2020-05-07 13:52:35 +08:00
FairyEver
a1b396ee3b
style: 移除不必要的 Promise 声明
2020-05-06 19:26:19 +08:00
FairyEver
97f00c21dd
feat(theme): add element theme
2020-05-04 09:17:00 +08:00
FairyEver
e3fd543573
feat: add theme chester
2020-04-26 21:16:38 +08:00
FairyEver
0e4f61c059
fix: 修复"增加侧边栏菜单折叠动画效果切换与设置"提交中遗留的问题
2020-04-23 22:59:55 +08:00
思维空间
93c5209a56
先持久化,再跳转
2020-04-23 14:28:38 +08:00
思维空间
349e08b0a8
增加侧边栏菜单折叠动画效果切换与设置
2020-04-23 11:00:49 +08:00
思维空间
e2c4a40119
增加 element 样式补丁
...
1.修复 IE 游览器下 el-tabs 宽度不能撑满
2.修复 Chrome 游览器下 el-tabs 头部线格错位
2020-04-23 09:50:26 +08:00
思维空间
7f03fbb2ab
修复多标签页拖拽后关闭页面时对首页的处理
2020-04-23 01:24:44 +08:00
FairyEver
98eaba77df
style: 移除 store 中无用的 Promise 声明以及优化代码格式 增强部分健壮性
2020-04-22 11:03:48 +08:00
FairyEver
d249c86406
fix(store): 修复 keepAliveRemove 操作后不能恢复页面缓存的 bug 以及相关 demo 页面
2020-04-22 10:22:17 +08:00
FairyEver
43e4d538cb
style: $nextTick promise 形式使用
2020-04-21 18:19:13 +08:00
FairyEver
c13b59e5e2
fix: 修正多标签页控制演示页面的错误代码
2020-04-21 18:03:28 +08:00
FairyEver
32421fe351
feat(demo): 更新色盘样式
2020-04-21 17:35:49 +08:00
FairyEver
c19ff32287
feat: 移除无用的 __filename 设置
2020-04-21 17:33:06 +08:00
FairyEver
c36fd8e5a2
feat(message): 增强 message 提示的配色对比
...
fix #243
2020-04-21 17:07:28 +08:00
FairyEver
a494560c8a
feat: 移除无用的 d2-crud v1 提示
2020-04-21 16:47:57 +08:00
FairyEver
8b37d3e77f
feat(element demo): 移除内置的 elementUI demo
2020-04-21 16:46:03 +08:00
FairyEver
eb08ca19d4
feat(search panel): 关闭搜索面板中列表容器的阴影
2020-04-21 16:35:52 +08:00
FairyEver
145afb45b6
style(layout): createElement 方法简写为 h
2020-04-21 15:52:37 +08:00
FairyEver
606e14380d
fix(tab): 修复多标签页拖拽排序后首页 tab 变为可关闭的状态,并使用更合理的方法控制首页标签不可关闭
...
#fix 273
2020-04-21 15:15:30 +08:00
FairyEver
13f0be1beb
style: 更改表格导入中下载按钮的位置
2020-04-19 15:30:58 +08:00
FairyEver
be64607cec
fix: 更新演示表格下载地址和下载方式
...
fix #259
2020-04-19 15:06:28 +08:00
FairyEver
72cc381a14
fix(menu-side): 修复侧边栏菜单自动展开失效
...
fix #258
2020-04-19 12:54:54 +08:00
FairyEver
0ed6922140
perf(menu-side): 直接使用 $route.fullPath 决定侧边栏菜单激活
2020-04-19 12:51:30 +08:00
FairyEver
06f1acf522
fix: 修复菜单自动折叠的 bug
...
fix #229
2020-04-19 11:50:32 +08:00
FairyEver
4d96301144
fix(screenfull): fix fullscreen bug
...
fix #264
2020-04-18 22:57:44 +08:00
FairyEver
670cb3dc83
fix #254
2019-12-31 13:18:51 +08:00
FairyEver
e8a231fb60
更新 ueditor 配置
2019-12-19 08:57:34 +08:00
FairyEver
7092dd54ad
修改代码格式
2019-12-19 08:48:48 +08:00