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:
Brandy Carney
2019-04-22 18:16:23 -04:00
committed by GitHub
parent a5b9066fee
commit bd96491d03
50 changed files with 1561 additions and 536 deletions

View File

@ -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);
}