nuxt-swiper icon indicating copy to clipboard operation
nuxt-swiper copied to clipboard

Swiper.js for Nuxt

Results 42 nuxt-swiper issues
Sort by recently updated
recently updated
newest added

I don't want to add (swiper.css as global css) to my project since it overwrite my projects scoped style.

when I set ssr: false in nuxt.config.ts, CI show tips: ``` [error] Nuxt Build Error: [vite]: Rollup failed to resolve import "swiper/css" from "virtual:nuxt:/builds/mfex/ssr-source/goodtime/.nuxt/css.mjs". This is most likely unintended because...

Why this change? 1. It is faster 2. In my application, imports with ```@import url('@/some/directory/my-file.css');```will be broken due to the destruction. With push it is no problem.

{{ item.year }} {{ item.describe }} {{ item.year }}

This updates the documentation to use the [`nuxi module add` command](https://github.com/nuxt/cli/pull/197) which should simplify docs a bit and also improve user experience as there's no need to add to `nuxt.config`...

Fixes: #55 > [!NOTE] > If you want to test and try out the new swiper elements implementation please install using ```sh pnpm i nuxt-swiper@next ``` If you any issues...

this code overrides the project settings in nuxt config https://github.com/cpreston321/nuxt-swiper/blob/ab323dceea750146d9619f356f12d6f53b92ad4f/src/module.ts#L117-L124

bug

I'm running a nuxt 3 project, with simple installation of this module. I'm running a sample page exaclty as the example, but I get: ``` Uncaught (in promise) TypeError: mod...

Hey! I'm working with the latest version of both nuxt and nuxt-swiper, I'm encontering an issue, when I'm testing my site on firefox I get the error: ![image](https://github.com/cpreston321/nuxt-swiper/assets/124480639/7194e101-8576-4e7d-964c-e7ff69250f00) I've tried...

Hello! I'm new using nuxt-swiper. I need the grid style but for some reason it's not working. My nuxt version it's 3.3.1. Here's my code: ``` import { Navigation, Autoplay,...