unlayer / vue-email-editor

Drag-n-Drop Email Editor Component for Vue.js
https://unlayer.com
580 stars 164 forks source link

Laravel Error #13

Open felloz opened 4 years ago

felloz commented 4 years ago

Im trying to run with laravel mix but I can't figure out how,

I installed unlayer-vue with npm install

I created the component App.vue with the name

I load the component in welcome.blade.php and loads only a part of it

image

This is the component that its not loading: <EmailEditor ref="emailEditor" v-on:load="editorLoaded" />

Console show me 3 errors on this route: http://editor.unlayer.com/1.1.73/editor.js

Im pretty far to be an expert in Vuejs but, if you can give me any support to make it work with laravelmix ill appreciated.

DilanUse commented 4 years ago

I have the same problem, but in a vue project, I see that the problem has to do with the webpack configuration, since it seems that with version 4 of vue-cli it does not work but with version 3 it does image