vuejs-datepicker icon indicating copy to clipboard operation
vuejs-datepicker copied to clipboard

Uncaught (in promise) TypeError: Cannot read property '_c' of undefined

Open moonshark opened this issue 4 years ago • 2 comments

Hi, I am pretty new to Vue and I am struggling to get this to work. I get this error in the console.

Uncaught (in promise) TypeError: Cannot read property '_c' of undefined
    at Proxy.__vue_render__$4 (vuejs-datepicker.esm.js?fa33:2264)
    at renderComponentRoot (runtime-core.esm-bundler.js?5c40:1168)
    at componentEffect (runtime-core.esm-bundler.js?5c40:5214)
    at reactiveEffect (reactivity.esm-bundler.js?a1e9:42)
    at effect (reactivity.esm-bundler.js?a1e9:17)
    at setupRenderEffect (runtime-core.esm-bundler.js?5c40:5167)
    at mountComponent (runtime-core.esm-bundler.js?5c40:5126)
    at processComponent (runtime-core.esm-bundler.js?5c40:5084)
    at patch (runtime-core.esm-bundler.js?5c40:4690)
    at mountChildren (runtime-core.esm-bundler.js?5c40:4874)

The terminal does not give me an error, so I am not sure what I need to do. I am using Vue 3.

moonshark avatar Aug 18 '21 15:08 moonshark

I have exactly the same issue. note : iam using the cdn

mjaber avatar Aug 21 '21 18:08 mjaber

This package is not compatible with Vue 3, You guys should use this icehaunter/vue3-datepicker or this one vcalendar

devzakir avatar Sep 12 '21 16:09 devzakir