404 Commits

Author SHA1 Message Date
iczer
5b5a5ea3ef feat: add responsive support for slots of StandardTable.vue; 🌟
新增:StandardTable.vue 组件的插槽增加响应式支持;
2020-08-18 09:37:19 +08:00
iczer
b2317e3209 fix: the problem that select events can't be triggered in menu.js component; 🐛 #99
修复:menu.js 组件中 select 事件无法触发的问题;
2020-08-12 13:19:29 +08:00
iczer
088b36aec1 feat: add IInput.vue component; 🌟
新增:IInput.vue 组件;
2020-08-12 11:25:18 +08:00
chenghongxing
23cf2fab0b fix: the exception when using authorize inject function; 🐛
修复:使用权限校验注入功能时出现的异常;
0.4.2
2020-08-10 11:54:16 +08:00
iczer
f14936f2bf
Merge pull request #98 from iczer/dependabot/npm_and_yarn/prismjs-1.21.0
chore(deps): bump prismjs from 1.20.0 to 1.21.0
2020-08-09 19:41:46 +08:00
iczer
c1c51d7b57 update docs 2020-08-08 21:51:40 +08:00
iczer
45d62e4860 chore: optimize services model;🌟 2020-08-08 21:51:18 +08:00
dependabot[bot]
ed8a89afa5
chore(deps): bump prismjs from 1.20.0 to 1.21.0
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-08 00:31:07 +00:00
iczer
d741904f50 fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
0.4.1
2020-08-07 22:14:56 +08:00
iczer
9445f0fbbb fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
2020-08-07 09:46:14 +08:00
iczer
c10ea64ba7 feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
2020-08-06 21:12:51 +08:00
iczer
9c10453f97 chore: rename HeaderlAvatar.vue to HeaderAvatar.vue; 2020-08-06 19:00:48 +08:00
iczer
f12fde6297 chore: fix style problem of HeaderAvatar.vue; 🐛 2020-08-06 16:29:40 +08:00
iczer
db3122327c update docs; 2020-08-06 15:20:55 +08:00
iczer
a55210f9a6 chore: add menu invisible configuration for async router; 🌟 2020-08-06 15:06:20 +08:00
iczer
af0cce4f1e update docs; 2020-08-06 14:42:44 +08:00
iczer
523537953a fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
2020-08-05 19:54:15 +08:00
iczer
1d85bd7a70 fix: the style problem of expand table; 🐛
修复:嵌套表格样式问题;
2020-08-05 14:55:20 +08:00
iczer
805cd799f8 fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
2020-08-05 13:42:53 +08:00
iczer
48bb1c4bb1 feat: add dynamic title form HTML; 🌟 #97
新增:增加动态 HTML 标题;
2020-08-05 11:50:28 +08:00
iczer
817ee10a7a update docs 2020-08-05 10:23:45 +08:00
iczer
25a1a2582a fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-05 10:11:52 +08:00
iczer
a7ac5f8019
Merge pull request #96 from iczer/dependabot/npm_and_yarn/elliptic-6.5.3
chore(deps): bump elliptic from 6.5.2 to 6.5.3
2020-08-05 08:24:21 +08:00
iczer
64589950e5 fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
2020-08-04 19:43:48 +08:00
iczer
f32fa56ba7 update docs of authority; 2020-08-04 19:38:53 +08:00
iczer
4a8b985b99 update docs of authority; 2020-08-04 19:23:16 +08:00
iczer
b796a4c9e4 fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
2020-08-04 11:30:44 +08:00
iczer
d7eba7e2b3 update README.md 2020-08-03 21:37:11 +08:00
iczer
f82c33b0d3 update configuration for docs deploy 2020-08-03 21:35:50 +08:00
iczer
a4f230ff6d update docs 2020-08-03 21:20:28 +08:00
iczer
9b96868586 feat: add authorize directive; 🌟
新增:权限验证指令;
2020-08-02 18:50:23 +08:00
iczer
55358b4107 fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
2020-07-31 22:22:10 +08:00
iczer
182ea21a29 fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
2020-07-31 17:45:47 +08:00
iczer
08e40f1a31 feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
2020-07-31 16:39:30 +08:00
dependabot[bot]
285233e201
chore(deps): bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-31 01:32:49 +00:00
iczer
bfb0358217 feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
2020-07-29 11:15:31 +08:00
chenghongxing
a4764d880d fix: solve the problem of @ant-design/colors dependency when using npm or cnpm; 🐛 #93 2020-07-29 09:19:42 +08:00
chenghongxing
a5b571d2a0 chore: add boolean type support for props pagination of StandardTable.vue ; 🌟 2020-07-29 09:13:34 +08:00
chenghongxing
58c62442c3 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/pages/exception/404.vue
2020-07-25 13:28:55 +08:00
chenghongxing
768dacdef7 feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
2020-07-25 13:26:48 +08:00
chenghongxing
7e82c948da feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
2020-07-25 13:20:25 +08:00
chenghongxing
58e81ffad0 chore: optimize the code of StandardTable.vue; 🌟 2020-07-25 13:19:12 +08:00
iczer
680300e4e6 fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
2020-07-24 17:34:15 +08:00
iczer
ebb9d19ccd chore: update document; 🌟 2020-07-23 14:42:10 +08:00
chenghongxing
b78cf5c6e1 chore: optimize the code of system layout; 🌟 2020-07-23 12:40:36 +08:00
chenghongxing
fd3c79493f Merge remote-tracking branch 'origin/master' 2020-07-23 11:35:18 +08:00
chenghongxing
6c33fb0072 feat: add slots support for StandardTable.vue; 🌟
新增:StandardTable.vue 组件增加 slots 支持;
2020-07-23 11:22:26 +08:00
iczer
db878d5eac Update issue templates 2020-07-22 23:17:26 +08:00
iczer
23eb948aa6 Update issue templates 2020-07-22 23:15:05 +08:00
iczer
272f740597 chore: optimize the efficiency of theme switching; 🌟 2020-07-22 20:50:46 +08:00