@@ -90,54 +90,53 @@ export default {
9090 ecosystem: [
9191 {
9292 text: ' vuetify-loader' ,
93- href: ' https://github.com/vuetifyjs/vuetify-loader'
93+ href: ' https://github.com/vuetifyjs/vuetify-loader' ,
9494 },
9595 {
9696 text: ' github' ,
97- href: ' https://github.com/vuetifyjs/vuetify'
97+ href: ' https://github.com/vuetifyjs/vuetify' ,
9898 },
9999 {
100100 text: ' awesome-vuetify' ,
101- href: ' https://github.com/vuetifyjs/awesome-vuetify'
102- }
101+ href: ' https://github.com/vuetifyjs/awesome-vuetify' ,
102+ },
103103 ],
104104 importantLinks: [
105105 {
106106 text: ' Documentation' ,
107- href: ' https://vuetifyjs.com'
107+ href: ' https://vuetifyjs.com' ,
108108 },
109109 {
110110 text: ' Chat' ,
111- href: ' https://community.vuetifyjs.com'
111+ href: ' https://community.vuetifyjs.com' ,
112112 },
113113 {
114114 text: ' Made with Vuetify' ,
115- href: ' https://madewithvuetifyjs.com'
115+ href: ' https://madewithvuetifyjs.com' ,
116116 },
117117 {
118118 text: ' Twitter' ,
119- href: ' https://twitter.com/vuetifyjs'
119+ href: ' https://twitter.com/vuetifyjs' ,
120120 },
121121 {
122122 text: ' Articles' ,
123- href: ' https://medium.com/vuetify'
124- }
123+ href: ' https://medium.com/vuetify' ,
124+ },
125125 ],
126126 whatsNext: [
127127 {
128128 text: ' Explore components' ,
129- href: ' https://vuetifyjs.com/components/api-explorer'
129+ href: ' https://vuetifyjs.com/components/api-explorer' ,
130130 },
131131 {
132132 text: ' Select a layout' ,
133- href: ' https://vuetifyjs.com/layout/pre-defined'
133+ href: ' https://vuetifyjs.com/layout/pre-defined' ,
134134 },
135135 {
136136 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+ };
143142 </script >
0 commit comments