antoniandre / vue-cal

A Vue.js full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal/
MIT License
1.23k stars 234 forks source link

Vue cal dates and time are showing undefined in nuxt #507

Closed sudipto-28 closed 1 year ago

sudipto-28 commented 1 year ago

For a fresh project vue-cal is installing fine in nuxt 2. But when i try to install it in one of my old project it is showing undefined in the dates and weeks. I think one of my package is affecting the vue-cal project. Can you check the package file and tell me which package mey be the issue for this problem? image

"dependencies": { "@braid/vue-formulate": "^2.4.3", "@chenfengyuan/vue-countdown": "^1.1.5", "@grpc/grpc-js": "^1.6.2", "@hexdigital/nuxt-intercom": "0.0.9", "@improbable-eng/grpc-web": "^0.14.0", "@mercury-labs1/augmentive-node-proto": "^1.3.68", "@mercury-labs1/augmentive-proto": "^1.3.68", "@netsells/nuxt-hotjar": "^0.1.2", "@nuxtjs/auth": "^4.9.1", "@nuxtjs/axios": "^5.13.6", "@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/gtm": "^2.4.0", "@nuxtjs/robots": "^2.5.0", "@nuxtjs/sentry": "^4.3.5", "@nuxtjs/svg-sprite": "^0.4.12", "@riophae/vue-treeselect": "^0.4.0", "@tryghost/content-api": "^1.5.13", "@twilio/rtc-diagnostics": "^1.0.0", "algoliasearch": "^4.11.0", "axios": "^0.21.1", "babel-runtime": "^6.26.0", "buefy": "^0.9.4", "chart.js": "^2.9.4", "defu": "^5.0.0", "disable-scroll": "^0.5.1", "flickity": "^2.2.1", "getstream": "^7.4.0", "google-protobuf": "^3.14.0-rc.1", "grpc-web": "^1.2.1", "grpc-web-node-http-transport": "0.0.1", "gsap": "^3.7.0", "instantsearch.css": "^7.4.5", "lodash": "^4.17.21", "mapbox-gl": "^2.6.1", "moment": "^2.28.0", "moment-timezone": "^0.5.34", "nuxt": "^2.0.0", "nuxt-buefy": "^0.4.8", "nuxt-facebook-pixel-module": "^1.5.0", "nuxt-logrocket": "^1.5.2", "posthog-js": "^1.20.0", "screenfull": "^5.0.2", "socket.io-client": "1.4.8", "stream-chat": "^6.2.0", "timezones-list": "^1.1.1", "twilio-chat": "^4.0.0", "twilio-video": "^2.18.0", "v-calendar": "^2.3.0", "vue-cal": "^3.11.0", "vue-chartjs": "^3.5.1", "vue-core-video-player": "^0.2.0", "vue-device-detector": "^1.1.6", "vue-flickity": "^1.2.1", "vue-instantsearch": "^4.1.1", "vue-line-clamp": "^1.3.2", "vue-loading-skeleton": "^1.1.9", "vue-moment": "^4.1.0", "vue-progress": "^0.2.1", "vue-radial-progress": "^0.3.2", "vue-read-more": "^1.1.1", "vue-select": "^3.11.0", "vue-slider-component": "^3.2.11", "vue-social-sharing": "^3.0.8", "vue-switches": "^2.0.1", "vue-tel-input": "^4.4.2", "vue2-editor": "^2.10.2", "vue2-perfect-scrollbar": "^1.5.0", "vue2-smooth-scroll": "^1.6.0", "vue2-timepicker": "^1.1.5", "vuejs-paginate": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.13.1", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.4", "@babel/preset-env": "^7.12.17", "@nuxtjs/style-resources": "^1.0.0", "@types/google-protobuf": "^3.15.5", "cypress": "^7.5.0", "eslint-plugin-cypress": "^2.11.3", "node-sass": "^4.14.1", "nuxt-purgecss": "^1.0.0", "sass-loader": "^8.0.2", "start-server-and-test": "^1.12.2" }

sudipto-28 commented 1 year ago

Never mind, fixed it by upgrading the nuxt module and vue module.