Skip to content

Commit

Permalink
Upgrade tinymce
Browse files Browse the repository at this point in the history
  • Loading branch information
inspiration1 committed Jun 1, 2020
1 parent 07be996 commit 0f70483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@fullcalendar/interaction": "^4.3.0",
"@fullcalendar/timegrid": "^4.3.0",
"@fullcalendar/vue": "^4.3.1",
"@tinymce/tinymce-vue": "^3.0.1",
"@tinymce/tinymce-vue": "^3.2.2",
"axios": "^0.19.0",
"clipboard": "^2.0.0",
"codemirror": "^5.38.0",
Expand All @@ -35,7 +35,7 @@
"qrcodejs2": "0.0.2",
"simplemde": "^1.11.2",
"sortablejs": "^1.7.0",
"tinymce": "^5.1.2",
"tinymce": "^5.3.1",
"tree-table-vue": "^1.1.0",
"v-org-tree": "^1.0.6",
"viser-vue": "^2.4.5",
Expand Down
1 change: 1 addition & 0 deletions src/components/tinymce-editor/tinymce-editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<script>
import tinymce from 'tinymce/tinymce'
import 'tinymce/themes/silver'
import 'tinymce/icons/default'
import Editor from '@tinymce/tinymce-vue'
import 'tinymce/plugins/textcolor'
Expand Down

0 comments on commit 0f70483

Please sign in to comment.