Skip to content

Bug: Incorrect pagination dot count #24

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

Closed
ralphchristianeclipse opened this issue Feb 26, 2017 · 4 comments
Closed

Bug: Incorrect pagination dot count #24

ralphchristianeclipse opened this issue Feb 26, 2017 · 4 comments

Comments

@ralphchristianeclipse
Copy link

Reproduction Code

        <carousel :perPage="1" autoplay scrollPerPage easing="ease-in-out">
            <slide>a</slide>
         
            <slide>b</slide>

        </carousel>

What is expected?

Must show 2 pagination dots and will not slide on a blankpage

What happened?

image
image

@toddlawton
Copy link
Contributor

Hi @ralphchristianeclipse, could you please confirm that you aren't configuring your templates the same way that #20 is?

@ralphchristianeclipse
Copy link
Author

@toddlawton

im using vue-loader with webpack environment

so i'm using templates for that

@toddlawton
Copy link
Contributor

@ralphchristianeclipse I can't seem to reproduce that in the vue-play dev environment.
Would it be possible to send a codepen or jsfiddle?

@toddlawton toddlawton added the bug label Mar 3, 2017
@toddlawton toddlawton changed the title Carousel Slide :perPage = 1 Shows 3 Bug: Incorrect pagination dot count Mar 3, 2017
toddlawton added a commit that referenced this issue Mar 3, 2017
@toddlawton
Copy link
Contributor

@ralphchristianeclipse I found a solution and released it in 0.6.2. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants