Your Name
8e7c232c0c
Fix #439 : handle chunk load failures by reloading the page
...
When a new version is deployed and old chunks are replaced, users
with the old HTML in-session will encounter "Loading chunk N failed"
errors on lazy-loaded routes. Add a router.onError handler to detect
these failures and reload the page so the browser fetches fresh HTML
and updated chunk manifests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-20 21:42:59 -08:00
花裤衩
9cc3fa732a
perf: refine documentation button css
2020-09-07 21:45:28 +08:00
花裤衩
44e23d00ca
docs: add vue-java-admin-dashboard-spring
2020-09-07 21:37:44 +08:00
Kerollos Magdy
46e11caafc
typo: replace Css with CSS ( #3323 )
2020-07-20 18:13:01 +08:00
dyz
ea60478304
perf[permission.js]: remove useless code ( #3301 )
2020-07-05 13:12:46 +08:00
crayymumu
fe22b3cd94
perf[Tinymce]: remove useless code ( #3295 )
2020-07-01 13:50:18 +08:00
Dihak
ae2aa61880
bump: update to vue-cli@4 ( #3028 )
2020-06-21 21:25:55 +08:00
花裤衩
435db380d3
fix some typos
2020-06-15 17:18:55 +08:00
花裤衩
4e7665c072
fix[v-permission]: support dynamic set roles ( #3251 )
2020-06-11 21:02:18 +08:00
花裤衩
a87218e266
perf: lint code
2020-06-11 20:51:10 +08:00
MaYuanhai
a50180f653
fix[utils]: param2Obj bug when url params includes ==( #3100 )
2020-06-11 20:18:23 +08:00
Cat73
fc68f56d13
feat[Menu]: menu icon support el-icon( #3048 )
2020-06-11 13:57:41 +08:00
花裤衩
2ef49493c3
docs: fix wrong link
2020-06-09 10:51:27 +08:00
花裤衩
c5abe7532c
perf: change >>> ::v-deep
2020-06-08 20:42:55 +08:00
Cat73
534cd5bc26
chore: change node-sass to dart-sass ( #3040 )
2020-06-08 20:41:46 +08:00
Nickbing Lao
6f80263b42
fix[css]: min btn width ( #3164 )
2020-05-08 11:43:39 +08:00
cooper
5890499077
fix[parseTime]: fixed when pass null ( #3038 )
2020-05-05 13:21:51 +08:00
AiMe1991
29b4ff636b
perf: when tags-view scroll close the right-menu
2020-05-05 12:55:22 +08:00
花裤衩
e692876c28
docs: add tips
2020-05-05 11:06:51 +08:00
Phạm Ngọc Hòa
a2784dd6ef
perf: change default element-ui language to english ( #2741 )
2020-05-04 21:51:21 +08:00
花裤衩
fc26c3106f
fix: compatibility with vetur ( #1700 )
2020-05-04 21:30:58 +08:00
ntnyq
9580c43a8e
fix[element-variables]: missing space in element-variables ( #3144 )
2020-04-28 18:26:34 +08:00
Aisen
1b8f726529
perf[Tinymce]: editor try to keep these URLs intact ( #3141 )
2020-04-28 10:10:58 +08:00
Alex S
9d8c7edf91
fixed typo ( #3091 )
2020-04-04 15:53:26 +08:00
花裤衩
6eccffeb2f
fix: svg support old broswer ( #3085 )
2020-03-28 11:16:41 +08:00
echofly
9e0435ac85
perf: format component names as PascalCase ( #3074 )
...
format: component names should be PascalCase
2020-03-24 10:17:18 +08:00
Aisen60
776f10e197
fix:fixed parseTime bug in ie and safari( #3066 )
...
* /src/utils/index.js parseTime 添加IE浏览器(版本10以下,包括版本10)兼容。
* perf: update
Co-authored-by: aisen60 <aisen60@qq.com>
Co-authored-by: 花裤衩 <panfree23@gmail.com>
2020-03-20 21:24:31 +08:00
echofly
c2a5a15956
fix[profile/UserCard]: fixed wrong key name ( #3056 )
...
roles => role
2020-03-18 19:22:38 +08:00
李小斐
6850312e89
fix: fixed redirect path regex ( #2933 )
2020-01-11 10:25:59 +08:00
花裤衩
d634e2ae2f
fix: fixed require mock bug in production
2020-01-09 20:24:48 +08:00
花裤衩
b57f2008bd
bump: update element-ui version
2020-01-09 17:36:49 +08:00
花裤衩
c9affcf2ad
fix: fixed mock server ( #2929 )
...
* init
* refine
* update
2020-01-09 17:21:36 +08:00
花裤衩
fbad7f481b
fix[Charts]: fix charts resize in keep-alive bug ( #2922 )
...
* fix[Charts]: fix charts resize in keep-alive bug
* refine
2020-01-09 16:49:57 +08:00
RussXD
088f64eecc
perf: optimize checkCapslock method ( #2635 )
...
* optimize checkCapslock method
* update
Co-authored-by: 花裤衩 <panfree23@gmail.com>
2020-01-08 12:12:10 +08:00
AndyLZC/AndyLZC.github.io
55b1bbac99
perf[complex-table]:refine code ( #2825 )
...
* 解决无法删除列表的bug;优化代码;
* perf: refine
Co-authored-by: 花裤衩 <panfree23@gmail.com>
2020-01-07 22:30:07 +08:00
Kaitian Xie
fd5a2e8da2
perf[Menu]: remove unused menu-wrapper ( #2903 )
2020-01-06 22:34:14 +08:00
任羽飞
a0b39d5043
perf: import mockXHR only in production ( #2910 )
...
* 自动排除mock
生产环境,使用webpack的条件编译自动排除mock数据
* perf: refine
Co-authored-by: 花裤衩 <panfree23@gmail.com>
2020-01-06 22:22:37 +08:00
韬
4f563a7bfe
fix[Logout]: click blank area of dropDown able to logout ( #2896 )
...
Fixed clicking blank area of drop-down unable to log out
2019-12-31 14:14:34 +08:00
花裤衩
262c0ba08e
perf[documentation]: refine css
2019-12-15 20:17:59 +08:00
flitrue
594fc58d0c
fix[icons]:fixed eslint 1 error and 2 warnings ( #2835 )
2019-12-12 15:16:03 +08:00
xuanzai
e1554fdbd0
perf[views/icons]: use grid ( #2803 )
2019-12-01 15:48:30 +08:00
Phạm Ngọc Hòa
53803d067d
perf: format pdf download ( #2791 )
2019-11-27 10:06:28 +08:00
花裤衩
25dddbbce8
update 'MarkdownEditor' components name ( #2743 )
2019-11-12 17:25:12 +08:00
Phạm Ngọc Hòa
683f68b838
format: space in user card ( #2744 )
2019-11-12 17:24:30 +08:00
bbigcd
44203f88a7
update 'MarkdownEditor' components name
2019-11-12 12:08:45 +08:00
Phạm Ngọc Hòa
d5c013a48c
perf: text i18n ( #2739 )
2019-11-11 19:39:59 +08:00
Phạm Ngọc Hòa
b11acb2171
perf: complex table ( #2732 )
...
Move ont format `{row}`
2019-11-08 11:26:53 +08:00
Phạm Ngọc Hòa
b2dd7caee6
perf: format drag table ( #2733 )
...
move one format `{row}`
2019-11-08 11:25:42 +08:00
Phạm Ngọc Hòa
a4fa1199ba
perf: format inline edit table ( #2725 )
...
move one format `{row}`
2019-11-07 13:37:05 +08:00
Phạm Ngọc Hòa
6a194d1b4f
perf: format dropdown menu code ( #2720 )
2019-11-05 14:26:24 +08:00