420 Commits

Author SHA1 Message Date
iczer
3b3cd76e51 feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 19:05:48 +08:00
iczer
58784c81fd feat: add scoped slot for icon in menu.js;
新增:为 menus.js 的 icon 增加 scoped slot API;
2020-08-27 18:55:31 +08:00
iczer
d1f84218c6 fix: problem that can't receive rejected message caused by interceptors; 🐛
修复:无法接受响应失败的消息;
2020-08-27 15:36:46 +08:00
chenghongxing
2021fb575d fix: problem that can't set roles array for route's authority; 🐛
修复:路由权限认证无法设置角色数组的问题;
2020-08-26 21:53:38 +08:00
chenghongxing
ec3e4b5571 feat: add watch method for i18n and options of menu.js;
新增:为 menu.js 组件增加 i18n 和 options 选项的监听;
2020-08-26 18:52:39 +08:00
chenghongxing
1ba8f20b76 fix: problem that the menu item can't be activated when the route changes; 🐛
修复:路由切换时,菜单项无法激活的问题;
2020-08-26 17:29:11 +08:00
iczer
431c78ff26 fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
2020-08-26 13:34:27 +08:00
iczer
51c2c354ba feat: add interceptors for axios; 🐛
新增:axios 添加拦截器配置;
2020-08-26 13:17:56 +08:00
chenghongxing
9f034092a9 feat: add configuration of hiding page title in PageLayout; #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
2020-08-25 19:22:08 +08:00
chenghongxing
de925b254e fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
2020-08-25 18:42:18 +08:00
chenghongxing
f777920f89 fix: style problem caused by layout;
修复:布局调整导致的样式问题;
2020-08-24 15:56:08 +08:00
chenghongxing
d0281e5707 update docs 2020-08-23 17:50:23 +08:00
chenghongxing
8c3afcc3ab fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
2020-08-23 17:41:06 +08:00
iczer
4e29918bac fix: the i18n problem of router; 🐛
修复:路由的国际化问题;
2020-08-21 16:04:17 +08:00
iczer
e5f2eb9955 fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
2020-08-19 10:00:00 +08:00
iczer
93eaf9d36f fix: problem of expandedRowRender in StandardTable.vue; 🐛
修复:StandardTable.vue 组件展开行插槽问题;
2020-08-18 10:51:44 +08:00
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