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
After I import VueCoreVideoPlayer from yarn add use in vue3, it give me an error: Cannot read property 'directive' of undefined.
vue-core-video-player.common.js?42ab:5273 Uncaught TypeError: Cannot read property 'directive' of undefined
at Module.fb15 (vue-core-video-player.common.js?42ab:5273)
at webpack_require (vue-core-video-player.common.js?42ab:21)
at eval (vue-core-video-player.common.js?42ab:85)
at eval (vue-core-video-player.common.js?42ab:88)
at Object../node_modules/vue-core-video-player/dist/vue-core-video-player.common.js (chunk-vendors.js:3989)
at webpack_require (app.js:854)
at fn (app.js:151)
at eval (main.js:23)
at Module../src/main.js (app.js:1416)
at webpack_require (app.js:854)
The text was updated successfully, but these errors were encountered:
After I import VueCoreVideoPlayer from yarn add use in vue3, it give me an error: Cannot read property 'directive' of undefined.
The text was updated successfully, but these errors were encountered: