You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hi, I am pretty new to Vue and I am struggling to get this to work. I get this error in the console.
The terminal does not give me an error, so I am not sure what I need to do. I am using Vue 3.
The text was updated successfully, but these errors were encountered: