From 2096ae1b6ec0fbe0ccf31ed56f5257208d3a71c8 Mon Sep 17 00:00:00 2001 From: Pan Date: Mon, 13 May 2019 09:57:33 +0800 Subject: [PATCH] perf[Tinymce]: update tinymce cdn version --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index dcb0c248..41a7f600 100644 --- a/vue.config.js +++ b/vue.config.js @@ -60,7 +60,7 @@ module.exports = { const cdn = { // inject tinymce into index.html // why use this cdn, detail see https://github.com/PanJiaChen/tinymce-all-in-one - js: ['https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.2/tinymce.min.js'] + js: ['https://cdn.jsdelivr.net/npm/tinymce-all-in-one@4.9.3/tinymce.min.js'] } config.plugin('html') .tap(args => {