formkit / auto-animate

A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

Home Page:https://auto-animate.formkit.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt3 3.10.3 does not provide an export named 'autoAnimate'

bbhxwl opened this issue · comments



The requested module '/_nuxt/node_modules/.cache/vite/client/deps/@formkit_auto-animate.js?v=2c5dcd61' does not provide an export named 'autoAnimate'
  "devDependencies": {
    "@amap/amap-jsapi-types": "^0.0.13",
    "@ant-design-vue/nuxt": "^1.4.1",
    "@element-plus/nuxt": "^1.0.7",
    "@nuxt/content": "^2.12.0",
    "@nuxt/ui-pro": "^1.0.2",
    "@nuxtjs/color-mode": "^3.3.2",
    "@nuxtjs/device": "^3.1.1",
    "@nuxtjs/tailwindcss": "^6.11.4",
    "@pinia-plugin-persistedstate/nuxt": "^1.2.0",
    "@pinia/nuxt": "^0.5.1",
    "@tweenjs/tween.js": "^23.1.1",
    "@types/three": "^0.161.2",
    "ant-design-vue": "^4.1.2",
    "cheerio": "^1.0.0-rc.12",
    "dayjs-nuxt": "^2.1.9",
    "element-plus": "^2.6.0",
    "jwt-decode": "^4.0.0",
    "mqtt": "^5.3.6",
    "nuxt": "^3.10.3",
    "pinia": "^2.1.7",
    "three": "^0.162.0",
    "vue": "^3.4.21",
    "vue-router": "^4.3.0"
  },
  "dependencies": {
    "@amap/amap-jsapi-loader": "^1.0.1",
    "@formkit/auto-animate": "^0.8.1",
    "@kjgl77/datav-vue3": "^1.7.2",
    "@nuxt/image": "^1.4.0",
    "@vueuse/nuxt": "^10.9.0",
    "autofit.js": "^3.1.0",
    "echarts": "^5.5.0",
    "jwt-decode": "^4.0.0",
    "nuxt-swiper": "^1.2.2",
    "pinia": "^2.1.7",
    "pinia-plugin-persistedstate": "^3.2.1",
    "sass": "^1.71.0",
    "vue3-mini-weather": "^0.1.2"
  }

can you provide a repo reproduction?