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

24 Commits

Author SHA1 Message Date
Insua
a7942636c6 fix(Tinymce): When content is null,set content to '' to avoid error (#732)
When get rich editor value(null) from backend,it will occur error
```
Error in nextTick: "TypeError: Cannot read property 'replace' of null"
```
So I set val to '' to avoid it
2018-06-01 15:38:08 +08:00
Pan
6795c26d02 fix[Tinymce]: custom-btn bug in fullscreen 2018-05-09 14:36:17 +08:00
Pan
4aa9345d90 fix[Tinmyce]: fiexd fullscreen ui bug 2018-03-19 17:19:13 +08:00
Pan
27effcc54c perf[Tinymce]: getContent 2018-03-08 16:51:09 +08:00
Pan
7cacd5a4ac perf[Tinymce]: add SetContent listener 2018-03-07 09:57:45 +08:00
Pan
305d659431 perf[tinymce]: perf tinymce demo 2018-02-01 11:07:07 +08:00
Pan
6b13ffce66 fix:fix tinymce destroy bug 2017-11-17 17:57:17 +08:00
Pan
d20585a3f9 refactor:foramt views/component-demo 2017-11-17 17:51:41 +08:00
Pan
98d5f9a247 lint:format code style 2017-10-31 16:04:30 +08:00
Pan
2c868f47d9 fix:fix tinymce bug in <keep-alive> 2017-10-31 11:06:41 +08:00
Pan
9463c50e06 feature: tinymce add setContent && getContent method 2017-10-18 17:02:35 +08:00
Pan
cb0e889829 fix tinymce bug 2017-09-01 10:12:50 +08:00
Pan
6a8a02f839 refine tinymce 2017-09-01 10:04:08 +08:00
Pan
a10cfcc837 add tinymce upload demo 2017-08-30 14:41:10 +08:00
Pan
385ec5a762 refine 2017-08-28 13:18:35 +08:00
Pan
551e911eb4 全局lint优化 2017-08-28 13:18:35 +08:00
Pan
de992c50a6 全局代码格式 优化 2017-07-06 17:56:23 +08:00
Pan
f82ec2d5d7 rm redundant code 2017-06-14 17:37:21 +08:00
Pan
c412d17b70 refine tinymce && tinymce demo 2017-06-14 17:34:32 +08:00
Pan
785c3beaf5 fix eslint warning 2017-04-29 16:29:51 +08:00
Pan
168150ff20 refine code 2017-04-26 14:50:36 +08:00
Pan
9cd68d95ee refine upload 2017-04-24 15:13:17 +08:00
Pan
a7b09a2a01 add && remove 2017-04-23 19:50:32 +08:00
Pan
d10370086e init 2017-04-18 15:09:13 +08:00