UNPKG
simple-vue-timeline
Version:
latest (2.0.9)
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.12.1
1.12.0
1.11.0
1.10.0
1.9.0
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0
0.2.0
0.1.0
A timeline vue component
scottie34.github.io/simple-vue-timeline/
scottie34/simple-vue-timeline
simple-vue-timeline
/
src
/
components
/
simple-timeline-control.model.ts
10 lines
(8 loc)
•
167 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
class
Control
{
method
:
string
; icon: string; constructor(
method
:
string
,
icon
:
string
)
{ this.method =
method
; this.icon = icon; } }