Skip to content

Commit

Permalink
新增ckeditor4、ckeditor5富文本组件,请在demo、demo2中查看实例
Browse files Browse the repository at this point in the history
Signed-off-by: dragon <774986587@qq.com>
  • Loading branch information
one-dragon committed Jan 21, 2019
1 parent f904712 commit df6ae94
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/embed-ui/packages/ckeditor5/src/ckeditor5.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

<script>
/* eslint-disable no-restricted-imports, no-restricted-modules */
const request = require.context('~/static/lib/ckeditor-5/translations', false, /\.js$/);
request.keys().forEach(request);
export default {
Expand Down

0 comments on commit df6ae94

Please sign in to comment.