paul-thebaud / v-phone-input

International and accessible phone input for Vuetify 3 and Vue 3.
https://paul-thebaud.github.io/v-phone-input/
MIT License
65 stars 6 forks source link

This component does not work under vitejs 4 project using vuejs 2 and vuetify 2 #9

Closed anouarabdsslm closed 1 year ago

anouarabdsslm commented 1 year ago

Expected Behavior

Display the component on the scree

Actual Behavior

throw an error: dex.vue:154 [Vue warn]: Failed to resolve async component: () => import( / webpackChunkName: "chunk~name" / "/src/js/components/Example.vue?t=1684501206938" ) Reason: TypeError: (0 , import_vue.camelize) is not a function w

Steps to Reproduce the Problem

  1. Install version 2 of the plugin
  2. Following the example with the readme for v2
  3. run npm run dev for vitejs project

Specifications

paul-thebaud commented 1 year ago

Hello, could you please provide me a minimal reproduction example inside an independent GitHub repository? Without further details I cannot find where the problem is coming from. Thank you.

paul-thebaud commented 1 year ago

Closing due to no activity. Feel free to re-open if you can produce a reproductible repo.