首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Vue cal日期和时间在nuxt中显示未定义。

Vue cal日期和时间在nuxt中显示未定义。
EN

Stack Overflow用户
提问于 2022-10-20 13:25:11
回答 1查看 29关注 0票数 1

对于一个新的项目,vue-cal正在Nuxt2中安装。但是当我试图在我的一个旧项目中安装它时,它是在日期和星期显示undefined

我想我的包裹之一影响了vue-cal项目。您能检查包文件并告诉我哪个包可能是这个问题的问题吗?

代码语言:javascript
复制
"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"
}
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-10-21 08:02:15

OP通过升级nuxtvue模块解决了这个问题!

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74140655

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档