Taha Shashtari
Taha Shashtari
@Rivendall Could you please add more details for me to help you?
I know it's been a long time since this issue was opened, but can anyone please show me an example code to reproduce this issue (using jsfiddle, preferably).
Sorry guys for the late response. This should be merged very soon because I'm planning to go through the PRs for the next release.
If both are related, you should merge them into an object in the same array, for example: ``` js data: { langs: [ { name: 'JavaScript', title: 'xyz' }, {...
@bushcode Have you checked the [Links Customization section](https://github.com/TahaSh/vue-paginate#links-customization)? From what I see here, your issue can be fixed by styling your `paginate-links li` element with this: `display: inline-block`. Please let...
@timoteo7 what error do you get in the console?
@timoteo7 Here's how to fix this issue: https://github.com/TahaSh/vue-expandable-image#the-image-doesnt-load-for-you
What do you mean by "custom text"? Could you please give an example? If you're talking about changing step links, check this: https://github.com/TahaSh/vue-paginate#customizing-step-links
@benbagley please make sure you've installed the plugin first: ``` js import VuePaginate from 'vue-paginate' Vue.use(VuePaginate) ``` This error means that the mixin that has the `paginated` function isn't installed....
You can do this by adding a `loading` flag to your component. This flag should be changed to `true` when the pagination is changed and to `false` when the image...