You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: You now create a `PagerIndicator`(from `@nativescript-community/ui-pager-indicator) and set `pagerViewId` on it to the id of your Pager.
Copy file name to clipboardExpand all lines: demo-snippets/vue/Indicator.vue
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,17 @@
5
5
<Labeltext="Indicator" />
6
6
</ActionBar>
7
7
8
-
<StackLayoutclass="page">
9
-
<Pagerref="pager"for="item in items":selectedIndex="selectedIndex"@selectedIndexChange="selectedIndexChange"height="300"indicator="fill"showIndicator="true">
0 commit comments