vue-tinymce-editor
vue-tinymce-editor copied to clipboard
about load zh_CN.js
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/
},
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