@@ -90,54 +90,53 @@ export default {
90
90
ecosystem: [
91
91
{
92
92
text: ' vuetify-loader' ,
93
- href: ' https://github.com/vuetifyjs/vuetify-loader'
93
+ href: ' https://github.com/vuetifyjs/vuetify-loader' ,
94
94
},
95
95
{
96
96
text: ' github' ,
97
- href: ' https://github.com/vuetifyjs/vuetify'
97
+ href: ' https://github.com/vuetifyjs/vuetify' ,
98
98
},
99
99
{
100
100
text: ' awesome-vuetify' ,
101
- href: ' https://github.com/vuetifyjs/awesome-vuetify'
102
- }
101
+ href: ' https://github.com/vuetifyjs/awesome-vuetify' ,
102
+ },
103
103
],
104
104
importantLinks: [
105
105
{
106
106
text: ' Documentation' ,
107
- href: ' https://vuetifyjs.com'
107
+ href: ' https://vuetifyjs.com' ,
108
108
},
109
109
{
110
110
text: ' Chat' ,
111
- href: ' https://community.vuetifyjs.com'
111
+ href: ' https://community.vuetifyjs.com' ,
112
112
},
113
113
{
114
114
text: ' Made with Vuetify' ,
115
- href: ' https://madewithvuetifyjs.com'
115
+ href: ' https://madewithvuetifyjs.com' ,
116
116
},
117
117
{
118
118
text: ' Twitter' ,
119
- href: ' https://twitter.com/vuetifyjs'
119
+ href: ' https://twitter.com/vuetifyjs' ,
120
120
},
121
121
{
122
122
text: ' Articles' ,
123
- href: ' https://medium.com/vuetify'
124
- }
123
+ href: ' https://medium.com/vuetify' ,
124
+ },
125
125
],
126
126
whatsNext: [
127
127
{
128
128
text: ' Explore components' ,
129
- href: ' https://vuetifyjs.com/components/api-explorer'
129
+ href: ' https://vuetifyjs.com/components/api-explorer' ,
130
130
},
131
131
{
132
132
text: ' Select a layout' ,
133
- href: ' https://vuetifyjs.com/layout/pre-defined'
133
+ href: ' https://vuetifyjs.com/layout/pre-defined' ,
134
134
},
135
135
{
136
136
text: ' Frequently Asked Questions' ,
137
- href: ' https://vuetifyjs.com/getting-started/frequently-asked-questions'
138
- }
139
-
140
- ]
141
- })
142
- }
137
+ href: ' https://vuetifyjs.com/getting-started/frequently-asked-questions' ,
138
+ },
139
+ ],
140
+ }),
141
+ };
143
142
</script >
0 commit comments