theroozbeh / vue-tinymce-editor

This a component provides use of tinymce for vue developers
223 stars 71 forks source link

Uncaught SyntaxError: Unexpected token '<' while setting language #55

Open aria321 opened 4 years ago

aria321 commented 4 years ago

I have copied fa_IR.js lang to plugins/langs folder and set the options like :

options: {
 language_url: '../plugins/langs/fa_IR.js' //This url points to location of persian language file.
},

but I got below error: Uncaught SyntaxError: Unexpected token '<'