refactor(components): remove old files

This commit is contained in:
Ionitron
2017-07-06 15:02:39 -04:00
parent 59841ac7a8
commit 86f07ef6fc
9 changed files with 1 additions and 634 deletions

View File

@ -71,7 +71,7 @@ import { SegmentButtonEvent, VNodeData } from '../../utils/interfaces';
})
export class Segment {
buttons: any;
$el: any;
$el: HTMLElement;
@Prop({ state: true }) disabled: boolean = false;