We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nativescript version : 6.0.0 Nativescript-pager: latest -> 11.0.9 Platform: Android
Hello,
I was looking at this and the Vue implementation for peaking and spacing attributes is missing. Tried to implementing like:
<Pager height="100%" for="item in gallery" @selectedIndexChange="selectedIndexChange" spacing="2%" peaking="10%"> <v-template> <GridLayout class="gallery-item" rows="*" columns="*"> <Image stretch="fill" class="gallery-image" row="0" :src="item.image"/> </GridLayout> </v-template> </Pager>
and the image is still displaying the only one. The code does not show any implementation into it https://github.com/triniwiz/nativescript-pager/blob/master/src/vue/pager.js or am i missing something?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
Not sure but looks that basically this plugin development for Vue is dead?
Sorry, something went wrong.
nativescript-pager/src/vue/pager.js
Line 30 in 0259886
This passes all attributes down to the element (anything that's not a prop).
So in theory - it should work, unless it doesn't work in other flavors either.
nativescript-pager/src/vue/pager.js Line 30 in 0259886 v-bind="$attrs" This passes all attributes down to the element (anything that's not a prop). So in theory - it should work, unless it doesn't work in other flavors either.
This should do it. Thanks.
No branches or pull requests
Nativescript version : 6.0.0
Nativescript-pager: latest -> 11.0.9
Platform: Android
Hello,
I was looking at this and the Vue implementation for peaking and spacing attributes is missing.
Tried to implementing like:
and the image is still displaying the only one.
The code does not show any implementation into it https://github.com/triniwiz/nativescript-pager/blob/master/src/vue/pager.js or am i missing something?
Thank you.
The text was updated successfully, but these errors were encountered: