1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-05 11:18:42 +08:00

Updated Home (markdown)

Pan 2017-05-14 23:14:12 +08:00
parent 30bb98c410
commit 30b56e8f98

@ -35,3 +35,6 @@ module.exports = {
}
```
具体可参考 [link](https://babeljs.io/docs/usage/polyfill/)
## 富文本tinymce须知
改项目目前使用的富文本tinymce目前没有使用import方式加载使用script方式引入。如需不要可在index.html页面移除tinymce的引入并删除static目录下tinymce整个文件夹。