vue-tinymce-editor icon indicating copy to clipboard operation
vue-tinymce-editor copied to clipboard

about load zh_CN.js

Open stephentian opened this issue 5 years ago • 1 comments

Add the following codes in your files:

import '../../../static/langs/zh_CN.js'

in stead of

options: { language_url: '/static/langs/zh_CN.js', images_upload_url: /api/upload-image/ },

stephentian avatar May 31 '19 03:05 stephentian

Add the following codes in your files:

import '../../../static/langs/zh_CN.js'

in stead of

options: { language_url: '/static/langs/zh_CN.js', images_upload_url: /api/upload-image/ },

great

Bai2White avatar Jun 16 '21 08:06 Bai2White