feat(segment): add swipeGesture property to allow for disabling of the swipe gesture (#22087)

resolves #22048
This commit is contained in:
octicon-git-branch(16/)
octicon-tag(16/)
Takuma Kira
2020-11-14 02:38:23 +09:00
committed by GitHub
gitea-unlock(16/)
parent abad12fbdb
commit 65bc99577c
octicon-diff(16/tw-mr-1) 7 changed files with 52 additions and 13 deletions

1
packages/vue/src/proxies.ts
View File

@@ -574,6 +574,7 @@ export const IonSegment = /*@__PURE__*/ defineContainer<JSX.IonSegment>('ion-seg
'color',
'disabled',
'scrollable',
'swipeGesture',
'value',
'ionChange',
'ionSelect',