@@ -56,32 +56,32 @@ module.exports = {
56
56
group : 'Past Events' ,
57
57
items : [
58
58
{
59
- text : 'Hello Vue.js ' ,
60
- link : '/01-hello-vue.js /'
59
+ text : '#7 Building Mobile Apps ' ,
60
+ link : '/07-building-mobile-apps /'
61
61
} ,
62
62
{
63
- text : 'Step by Step ' ,
64
- link : '/02-step-by-step /'
63
+ text : '#6 Begin Again ' ,
64
+ link : '/06-begin-again /'
65
65
} ,
66
66
{
67
- text : 'State Management ' ,
68
- link : '/03-state-management /'
67
+ text : '#5 What\'s up SSR ' ,
68
+ link : '/05-whats-up-ssr /'
69
69
} ,
70
70
{
71
- text : 'Future of Vue.js' ,
71
+ text : '#4 Future of Vue.js' ,
72
72
link : '/04-future-of-vue.js/'
73
73
} ,
74
74
{
75
- text : 'What\'s up SSR ' ,
76
- link : '/05-whats-up-ssr /'
75
+ text : '#3 State Management ' ,
76
+ link : '/03-state-management /'
77
77
} ,
78
78
{
79
- text : 'Begin Again ' ,
80
- link : '/06-begin-again /'
79
+ text : '#2 Step by Step ' ,
80
+ link : '/02-step-by-step /'
81
81
} ,
82
82
{
83
- text : 'Building Mobile Apps ' ,
84
- link : '/07-building-mobile-apps /'
83
+ text : '#1 Hello Vue.js ' ,
84
+ link : '/01-hello-vue.js /'
85
85
}
86
86
]
87
87
} ]
0 commit comments