English 中文(简体)
诱发子弹在改道时移至左边,使用旋转调。
原标题:Pagination bullets move to the left on route change, when using vue-transition

我使用的是Vue 3和swiper.js. 诱发子弹移到路上变化的左边(该部件未填满)。 象弹ty和活性纽子一样,也消失。 我有一份复制件, did忙 much,但足以表明问题。 n子板的路子和路子之间的开关,你注意到ug。 只有在使用过渡时,你才能注意到这一点,因为存在拖延,你能够看到。

Reproduction link: https://stackblitz.com/edit/vitejs-vite-c5x8vm?file=src%2FApp.vue,src%2Fmain.js

寻找可能的解决办法。

问题回答

添加到<条码>。 看来,在过渡阶段,在固定飞行的子弹:

.swiper-pagination {
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 0 0.25rem 0.5rem;
}





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签