1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

955 Commits

Author SHA1 Message Date
Pan
c68e68897b tweak 2018-11-28 14:24:30 +08:00
花裤衩
b37a789f63 add tui.editor (#1374) 2018-11-28 11:06:20 +08:00
Heedong Im
54dc9ddfaa fix[Pagination]: apply PageSizes property to el-pagination (#1355)
Apply PageSizes property to el-pagination
2018-11-26 18:17:06 +08:00
Pan
c6843f9646 update vue-router to fixed url path for non ascii urls #1362 2018-11-26 17:54:41 +08:00
Pan
ea60729c0a add sponsors 2018-11-21 12:36:20 +08:00
samuelchlui
4a07432468 perf[style]: use webpack alias instead of hard code src path (#1338) 2018-11-19 12:43:23 +08:00
Pan
a51d72f42e fix[Breadcurmb]: fixed router-link bug 2018-11-09 18:00:03 +08:00
Pan
c13b574794 fix[Breadcurmb]: fixed pathCompile bug 2018-11-09 13:38:02 +08:00
Pan
9df740bcf1 fix link 2018-11-09 09:51:52 +08:00
Pan
4a7b50ed46 perf[DragSelect]: add $listeners 2018-11-08 17:30:17 +08:00
Pan
a0862ca547 fix[DragSelect]: fixed querySelectorAll bug 2018-11-08 17:19:39 +08:00
jaysunxiao
9f1552d98f perf[avatar]:minimize the selected area of avatar on the mobile phone when user clicked avatar (#1304) 2018-11-06 16:11:47 +08:00
Pan
a25c63a580 perf[Tinymce]: add searchreplace plugin 2018-11-02 15:11:04 +08:00
LarchLiu
1701fcce5d fix[Charts]: fixed charts resize mixins bug #1285 (#1290) 2018-11-02 15:10:53 +08:00
Pan
1d684b7632 [release] 3.9.3 v3.9.3 2018-10-26 10:44:18 +08:00
花裤衩
cbdad9cb1b
fix[TagsView]: fix openMenu boundary display bug (#1256) 2018-10-25 10:42:18 +08:00
Pan
d87c1b1944 Merge branch 'master' into deploy 2018-10-24 16:07:38 +08:00
Pan
01a0d9e5f0 Merge branch 'master' into deploy 2018-10-24 16:07:06 +08:00
花裤衩
1a345a7c65
feature: add drag select component (#1249) 2018-10-24 16:06:24 +08:00
花裤衩
ec58373a52
add an example of sort data by table (#1236) 2018-10-23 17:04:25 +08:00
Pan
bf2629ffba chore: restore the hack of cssnano bug
https://github.com/cssnano/cssnano/issues/643
2018-10-23 09:51:57 +08:00
Pan
07cf4791dc Merge branch 'master' into deploy 2018-10-19 14:56:37 +08:00
Pan
baa7172a70 [release] 3.9.2 v3.9.2 2018-10-19 14:55:22 +08:00
Pan
bc003fd78b chore: temporary hack cssnano bug #1222 2018-10-19 10:08:33 +08:00
花裤衩
41a5615ee5
fix[TagsView]: fixed update tags title demo bug (#1223) 2018-10-18 17:15:57 +08:00
花裤衩
df23405bde
feature: add pagination component (#1213) 2018-10-17 17:39:25 +08:00
Pan
a543b0ba7c Merge branch 'master' into deploy 2018-10-17 14:16:11 +08:00
Pan
f94aa1aca3 fix[tagsView]: fixed moveToCurrentTag bug 2018-10-17 14:08:00 +08:00
frank10000
96bda5515c perf[tagsView]: refactor the moveToTarget function (#1195)
* fix[tagsView]:fixed visited view move to currentTag

* edit the scroll regular friendly

* tweak
2018-10-16 10:56:01 +08:00
Pan
0f6d830c19 update readme 2018-10-15 17:21:17 +08:00
Pan
ec491002f8 Merge branch 'master' into deploy 2018-10-15 16:32:33 +08:00
CNine
e8ab82c2c1 fix[MockJS]: fix bug with withCredentials after using mockjs (#1194)
* 修复 Mock 导致请求丢失 Cookie 的问题

修复 Mock 导致 Cookie 丢失的问题,只有在 XHR.open() 周期时,自定义的 withCredentials 会被挂载,此时检查是否是未被拦截的 xhr,并挂载自定义的 withCredentials ,无则默认为 false
2018-10-15 13:13:21 +08:00
Ramón Menor
a284c1f007 feature: support Spanish(#1196) 2018-10-15 10:10:50 +08:00
Pan
4cf48ca656 change ad position 2018-10-12 14:06:22 +08:00
Pan
323408f8d9 fix[ExternalLink]: fixed bug when url include chinese #1182 2018-10-10 17:43:33 +08:00
Pan
251d9c46d4 change id 2018-10-10 13:33:33 +08:00
Pan
1166017676 Merge branch 'master' into deploy 2018-10-09 16:12:14 +08:00
Pan
90d3e314c0 [release] 3.9.1 v3.9.1 2018-10-09 15:51:45 +08:00
happystory
4780ac334f perf: use templateParameters to refine index.html (#1156)
* 优化html模板
2018-10-09 15:23:27 +08:00
花裤衩
b0bd91cd0f
add set tagsview title demo (#1167) 2018-10-09 14:10:43 +08:00
Pan
0cf4f2e518 fix bug 2018-10-09 13:25:23 +08:00
Pan
27725ac9d7 add ga 2018-10-08 18:26:39 +08:00
Pan
65ac600b54 fix[TagsView]: fixed visitedViews bug
Some strange bugs occur when the names of the routes are the same.
2018-10-08 18:19:48 +08:00
Pan
1f6010612f refine example demo 2018-10-08 18:19:48 +08:00
花裤衩
78be45fe04 perf[sidebar]: hightlight submenu when is active (#1154) 2018-10-08 18:19:48 +08:00
Pan
67d2b38e7b pref[Sidebar]: refine key 2018-10-08 18:19:48 +08:00
Pan
f7bbc6a9e9 tweak 2018-10-08 18:19:48 +08:00
花裤衩
c799c94da2 fix:[Sidebar]: fixed bug in iOS (#1152) 2018-10-08 18:19:48 +08:00
花裤衩
56e9ba491f feature[tagsView]: support middle click (#1149) 2018-10-08 18:19:48 +08:00
花裤衩
648868657a feature: add pathToRegexp to compile path (#1148) 2018-10-08 18:19:48 +08:00