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

图片数量是3张或者4张时paginator显示有bug #24

Open
lujunpeng opened this issue Jan 11, 2018 · 1 comment
Open

图片数量是3张或者4张时paginator显示有bug #24

lujunpeng opened this issue Jan 11, 2018 · 1 comment

Comments

@lujunpeng
Copy link

图片数量是3张或者4张时paginator显示有bug

@lujunpeng
Copy link
Author

paginator.vue 需要修改:
activeImages () { if (this.images.length > 4) { return this.images.slice(this.index, this.index + 5) } else { return this.images } }

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

No branches or pull requests

1 participant