Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Vue warn]: Component emitted event "_freeModeStaticRelease" but it is neither declared in the emits option nor as an "on_freeModeStaticRelease" prop. #7413

Closed
1 task done
FastGUI opened this issue Mar 24, 2024 · 1 comment
Labels

Comments

@FastGUI
Copy link

FastGUI commented Mar 24, 2024

Check that this is really a bug

  • I confirm

Reproduction link

https://codesandbox.io/p/devbox/swiper-freemode-vue-forked-6vkn4d?file=%2Fsrc%2FApp.vue%3A3%2C1-11%2C40

Bug description

img
`


{{ subItem.meta.title }}


...

<script setup> import { Swiper, SwiperSlide } from "swiper/vue"; import { FreeMode } from "swiper/modules"; import "swiper/css"; import "swiper/css/effect-fade"; .... ` Simulate pressing and sliding on the mobile end ### Expected Behavior Do not prompt and fix issues ### Actual Behavior Simulate pressing and sliding on the mobile end ### Swiper version 11.0.7 ### Platform/Target and Browser Versions Windows11 & Google Chrome 122.0.6261.129 ### Validations - [X] Follow our [Code of Conduct](https://github.com/nolimits4web/swiper/blob/master/CODE_OF_CONDUCT.md) - [X] Read the [docs](https://swiperjs.com/swiper-api). - [X] Check that there isn't already an issue that request the same feature to avoid creating a duplicate. - [X] Make sure this is a Swiper issue and not a framework-specific issue ### Would you like to open a PR for this bug? - [X] I'm willing to open a PR
@nolimits4web
Copy link
Owner

Your issue is closed because it is not filled correctly. Before you open an issue please review the contributing guideline.

Please fill the issue template correctly and:

  • Clearly describe the issue including steps to reproduce when it is a bug.
  • Make sure you fill in the earliest version that you know has the issue.
  • Provide live link or JSFiddle/Codepen or website with isssue

It will save a lot of time for other contributors to check your issue and fix it.

Repository owner locked and limited conversation to collaborators Mar 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants