unlayer/vue-email-editor

Has anyone gotten this to work with Vue2 + Vite

juhasev opened this issue · 1 comments

Import EmailEditor fails with Vite, and it appears that the master version is no longer compatible with Vue2. There are no tags or releases to reference. Does anybody know which version work2 with Vue2?

Thanks, Juha

me too. @juhasev, have you found it yet?
error of me:
vue-email-editor.common.js:1972 Uncaught TypeError: webpack_modules[moduleId] is not a function
at webpack_require (vue-email-editor.common.js:1972:1)
at vue-email-editor.common.js:21978:68
at vue-email-editor.common.js:22163:2
at ./node_modules/vue-email-editor/dist/vue-email-editor.common.js (vue-email-editor.common.js:22165:11)
at webpack_require (bootstrap:853:1)
at fn (bootstrap:150:1)
at ./node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/email_template/Form.vue?vue&type=script&lang=js& (app.js:3800:74)
at webpack_require (bootstrap:853:1)
at fn (bootstrap:150:1)
at ./src/views/email_template/Form.vue?vue&type=script&lang=js& (Form.vue?f4df:1:1)