hifarer / vueditor

A wysiwyg editor written in Vue.js and Vuex.js
http://hifarer.github.io/vueditor/
MIT License
646 stars 112 forks source link

The emojis arent working for me #50

Open deep0410 opened 6 years ago

deep0410 commented 6 years ago
   let config = {
        toolbar: [
          'fontSize', 'foreColor', '|' , 'bold', 'italic', 'underline', '|' , 'strikeThrough', 'justifyLeft', 'justifyCenter', 'justifyRight', 'justifyFull','|', 
           'emoji', 'tables','|',
        ],
        fontName: [
          {val: 'Roboto'},
        ],
        fontSize: ['16px', '18px', '24px', '30px'],
        uploadUrl: '',
        id: '',
        classList: []
      };

    Vue.use(Vueditor, config);
alhavizd commented 6 years ago

the links arent working too any toolbar arent working

gustavoSoriano commented 3 years ago

hello, any news on how to solve the problem?

the links don't work

thanks