mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
26 lines
341 B
JavaScript
26 lines
341 B
JavaScript
|
export const state = () => ({
|
||
|
links: [
|
||
|
'index',
|
||
|
'agile',
|
||
|
'brisk',
|
||
|
'hot',
|
||
|
'nimble',
|
||
|
'quick',
|
||
|
'rapid',
|
||
|
'swift',
|
||
|
'accelerated',
|
||
|
'active',
|
||
|
'dashing',
|
||
|
'electric',
|
||
|
'flashing',
|
||
|
'fleet',
|
||
|
'fleeting',
|
||
|
'flying',
|
||
|
'hurried',
|
||
|
'racing',
|
||
|
'ready',
|
||
|
'snap',
|
||
|
'winged'
|
||
|
]
|
||
|
})
|