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
I'm building a multiplatform app and is trying to integrate this simple but efficient calendar inside it.
Everything works perfectly inside a browser. However, there is a vue warn inside android cordova which prevent css from loading (according to the render result).
Here is the very poor logs that i get
07-31 18:11:28.404 6206 6206 I chromium: [INFO:CONSOLE(593)] "[Vue warn]: Error in mounted hook: "TypeError: Invalid attempt to destructure non-iterable instance"
07-31 18:11:28.404 6206 6206 I chromium:
07-31 18:11:28.404 6206 6206 I chromium: found in
07-31 18:11:28.404 6206 6206 I chromium:
07-31 18:11:28.404 6206 6206 I chromium: ---> <VueCalendar>
07-31 18:11:28.404 6206 6206 I chromium: <Calendrier> at src/components/calendrier.vue
07-31 18:11:28.404 6206 6206 I chromium: <VContent>
07-31 18:11:28.404 6206 6206 I chromium: <VApp>
07-31 18:11:28.404 6206 6206 I chromium: <App> at src/App.vue
07-31 18:11:28.404 6206 6206 I chromium: <Root>", source: webpack:///./node_modules/vue/dist/vue.common.js? (593)
07-31 18:11:28.404 6206 6206 I chromium: [INFO:CONSOLE(1741)] "TypeError: Invalid attempt to destructure non-iterable instance", source: webpack:///./node_modules/vue/dist/vue.common.js? (1741)
What could cause this ? I've tried several implementation of this calendar : from my webpack entry point, my component, and several mixed of both. The result is always the same.
Thanks !
The text was updated successfully, but these errors were encountered:
Hi !
I'm building a multiplatform app and is trying to integrate this simple but efficient calendar inside it.
Everything works perfectly inside a browser. However, there is a vue warn inside android cordova which prevent css from loading (according to the render result).
Here is the very poor logs that i get
Here is how i call the calendar :
What could cause this ? I've tried several implementation of this calendar : from my webpack entry point, my component, and several mixed of both. The result is always the same.
Thanks !
The text was updated successfully, but these errors were encountered: