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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
I have tried it on Vuejs 3 today and got some exception.
Uncaught TypeError: Cannot read property 'component' of undefined
at Module.fb15 (index.js:4)
at __webpack_require__ (bootstrap:19)
at bootstrap:83
at bootstrap:83
at chunk-S7VG5LVE.js?v=3cd53d8e:6
at dep:vue-twentytwenty:1
Here is my code:
import 'vue-twentytwenty/dist/vue-twentytwenty.css'; // css or no still got the same error
import TwentyTwenty from 'vue-twentytwenty';
export default {
// ...
components: {
TwentyTwenty
}
// ...
};
Any idea how to fix this please.
The text was updated successfully, but these errors were encountered:
I have tried it on Vuejs 3 today and got some exception.
Here is my code:
Any idea how to fix this please.
The text was updated successfully, but these errors were encountered: