Pegasus

Results 3 issues of Pegasus

Hello I am getting one issue for my PWA I install PWA and open as url like {domainname}/test-result, and close it. But after that, when I tried to reopen application,...

``` data() { return { swiperOption: { direction: "vertical", slidesPerView: 1, mousewheel: true } }; }, ``` I set as this but when I scroll mouse on this Swiper, scroll...

Swiper bug
control

Hello, I used this code to implement `rc-collapse` in my react project but style doesn't working ``` import "rc-collapse/assets/index.css"; import Collapse, { Panel } from "rc-collapse"; ``` What is the...