mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(reorder-group): remove required parameter for the complete method (#18084)
also updates documentation surrounding the reorder & infinite scroll fixes #16302
This commit is contained in:
@ -141,7 +141,7 @@
|
||||
import { Component, Vue } from 'vue-property-decorator';
|
||||
|
||||
@Component()
|
||||
export default class MenuExample extends Vue {
|
||||
export default class Example extends Vue {
|
||||
segmentButtonClicked(ev: any) {
|
||||
console.log('Segment button clicked', ev);
|
||||
}
|
||||
|
Reference in New Issue
Block a user