iczer
|
431c78ff26
|
fix: style problem in mobile; 🐛 #108
修复:移动端样式问题;
|
5 years ago |
iczer
|
51c2c354ba
|
feat: add interceptors for axios; 🐛
新增:axios 添加拦截器配置;
|
5 years ago |
chenghongxing
|
9f034092a9
|
feat: add configuration of hiding page title in PageLayout; ⭐ #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
|
5 years ago |
chenghongxing
|
de925b254e
|
fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
|
5 years ago |
chenghongxing
|
f777920f89
|
fix: style problem caused by layout;
修复:布局调整导致的样式问题;
|
5 years ago |
chenghongxing
|
d0281e5707
|
update docs
|
5 years ago |
chenghongxing
|
8c3afcc3ab
|
fix: the position problem of pop component in fixed side mode;🐛
修复:固定侧边栏模式下弹出式组件的位置问题;
|
5 years ago |
iczer
|
4e29918bac
|
fix: the i18n problem of router; 🐛
修复:路由的国际化问题;
|
5 years ago |
iczer
|
e5f2eb9955
|
fix: exception in single tab mode; 🐛 #103
修复:单页签模式下的异常问问题;
|
5 years ago |
iczer
|
93eaf9d36f
|
fix: problem of expandedRowRender in StandardTable.vue; 🐛
修复:StandardTable.vue 组件展开行插槽问题;
|
5 years ago |
iczer
|
5b5a5ea3ef
|
feat: add responsive support for slots of StandardTable.vue; 🌟
新增:StandardTable.vue 组件的插槽增加响应式支持;
|
5 years ago |
iczer
|
b2317e3209
|
fix: the problem that select events can't be triggered in menu.js component; 🐛 #99
修复:menu.js 组件中 select 事件无法触发的问题;
|
5 years ago |
iczer
|
088b36aec1
|
feat: add IInput.vue component; 🌟
新增:IInput.vue 组件;
|
5 years ago |
chenghongxing
|
23cf2fab0b
|
fix: the exception when using authorize inject function; 🐛
修复:使用权限校验注入功能时出现的异常;
|
5 years ago |
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
|
5 years ago |
iczer
|
c1c51d7b57
|
update docs
|
5 years ago |
iczer
|
45d62e4860
|
chore: optimize services model;🌟
|
5 years ago |
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>
|
5 years ago |
iczer
|
d741904f50
|
fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
|
5 years ago |
iczer
|
9445f0fbbb
|
fix: the exception when async route is not registered;🌟
修复:异步路由组件未注册时导致的异常;
|
5 years ago |
iczer
|
c10ea64ba7
|
feat: add the api of global closing page: $closePage(closeRoute, nextRoute);🌟
新增:增加全局关闭页面api: $closePage(closeRoute, nextRoute);
|
5 years ago |
iczer
|
9c10453f97
|
chore: rename HeaderlAvatar.vue to HeaderAvatar.vue;
|
5 years ago |
iczer
|
f12fde6297
|
chore: fix style problem of HeaderAvatar.vue; 🐛
|
5 years ago |
iczer
|
db3122327c
|
update docs;
|
5 years ago |
iczer
|
a55210f9a6
|
chore: add menu invisible configuration for async router; 🌟
|
5 years ago |
iczer
|
af0cce4f1e
|
update docs;
|
5 years ago |
iczer
|
523537953a
|
fix: the cache problem of tabs page; 🐛
修复:多页签页面缓存问题;
|
5 years ago |
iczer
|
1d85bd7a70
|
fix: the style problem of expand table; 🐛
修复:嵌套表格样式问题;
|
5 years ago |
iczer
|
805cd799f8
|
fix: the cache problem of page with dynamic route; 🐛
修复:动态路由下页面缓存问题;
|
5 years ago |
iczer
|
48bb1c4bb1
|
feat: add dynamic title form HTML; 🌟 #97
新增:增加动态 HTML 标题;
|
5 years ago |
iczer
|
817ee10a7a
|
update docs
|
5 years ago |
iczer
|
25a1a2582a
|
fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
|
5 years ago |
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
|
5 years ago |
iczer
|
64589950e5
|
fix: the problem that v-auth directive doesn't take effect in native html element; 🐛
修复:v-auth 指令在原生 HTML 元素上不生效的 bug;
|
5 years ago |
iczer
|
f32fa56ba7
|
update docs of authority;
|
5 years ago |
iczer
|
4a8b985b99
|
update docs of authority;
|
5 years ago |
iczer
|
b796a4c9e4
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
5 years ago |
iczer
|
d7eba7e2b3
|
update README.md
|
5 years ago |
iczer
|
f82c33b0d3
|
update configuration for docs deploy
|
5 years ago |
iczer
|
a4f230ff6d
|
update docs
|
5 years ago |
iczer
|
9b96868586
|
feat: add authorize directive; 🌟
新增:权限验证指令;
|
5 years ago |
iczer
|
55358b4107
|
fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
|
5 years ago |
iczer
|
182ea21a29
|
fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
|
5 years ago |
iczer
|
08e40f1a31
|
feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
|
5 years ago |
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>
|
5 years ago |
iczer
|
bfb0358217
|
feat: add function of async router and async menu; 🌟
新增:异步路由和菜单功能;
|
5 years ago |
chenghongxing
|
a4764d880d
|
fix: solve the problem of @ant-design/colors dependency when using npm or cnpm; 🐛 #93
|
5 years ago |
chenghongxing
|
a5b571d2a0
|
chore: add boolean type support for props pagination of StandardTable.vue ; 🌟
|
5 years ago |
chenghongxing
|
58c62442c3
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/pages/exception/404.vue
|
5 years ago |
chenghongxing
|
768dacdef7
|
feat: add state of min page height in setting module; 🌟
新增:vuex setting 模块增加页面最小高度 state;
|
5 years ago |