Maiquu / nuxt-quasar

Quasar Module for Nuxt (Unofficial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] - Animations 'all' is not supported

JasonLandbridge opened this issue · comments

Checks

  • I have searched the existing issues for a similar bug and it does not exist!

Environment

  • Operating System: Linux
  • Node Version: v18.11.0
  • Nuxt Version: 3.3.2
  • Nitro Version: 2.3.2
  • Package Manager: npm@8.19.3
  • Builder: vite
  • User Config: ssr, srcDir, devServer, runtimeConfig, modules, quasar, typescript, macros, i18n, css, alias, components, vite, hooks, telemetry
  • Runtime Modules: nuxt-quasar-ui@1.3.1, @vueuse/nuxt@9.13.0, @nuxt/devtools@0.2.5, @nuxtjs/i18n@8.0.0-beta.10, @vue-macros/nuxt@1.2.6
  • Build Modules: -

Quasar version

1.3.1

Browsers

Google Chrome

Description

In Animations#Installation there is an options to import all animations by passing in the animations: 'all' config, this is not supported in nuxt-quasar however.

  quasar: {
    extras: {
      animations: 'all',
    },
  },

Reproduction steps

1. Change the config as shown above
2. Start the application
4. See error

Screenshots

image

Logs

No response

Closed by #25