Open Wuhsinyun opened 2 years ago
i install 'vue-email-editor' in vue2 project, console this error:
[Vue warn]: Error in render: "TypeError: (0 , external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock) is not a function"
and i find out the that there isn't any 'vue.esm-bundler.js' in my node_module/vue/dist
How should i solve this problem?
I got the same. Rolled back to v1.0.0 and its working.
i install 'vue-email-editor' in vue2 project, console this error:
[Vue warn]: Error in render: "TypeError: (0 , external_commonjs_vue_commonjs2_vue_root_Vue_namespaceObject.openBlock) is not a function"
and i find out the that there isn't any 'vue.esm-bundler.js' in my node_module/vue/dist
How should i solve this problem?