-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createElementVNode is not a function with @vue/cli #117
Comments
I realized it might be related #22. Vue plugin library may be impossible made with vue-demi. |
It is caused by vue 3.2 breaking change vuejs/core#3334 . Also, @vue/cli v5 does not support vue3.1 vuejs/vue-cli#6808 . well, deadlocked |
So what we are saying right now is that it's impossible to create a ui compnoents library that is compatible vue2 and vue3 ?.... That's a big problem here... |
I had a similar problem but for me it fails to find /* harmony default export */ var Iconvue_type_script_setup_true_lang_ts = (/*#__PURE__*/Object(external_commonjs_vue_commonjs2_vue_root_Vue_["defineComponent"])({ My use caseI built a component library with vue-demi, based in Vue 3.2. I installed in another project with Vue3.2 and it worked. @vue/cli 4.5.15 |
let's track #152 |
Hi there,
I'm struggling to make a lib with @vue/cli and stuck because @vue/cli looks like a minor choice for vue-demi.
vue.config.js:
user outputs the error (vue 2.6.14):
It does not seem that there is such a method createElementVNode in Vue2. Is this an issue only with @vue/cli?
env: vue-demi 0.12.1, vue 3.2.22, @vue/cli 5.0.0-rc.0
The text was updated successfully, but these errors were encountered: