This website requires JavaScript.
Explore
Help
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2025-02-28 03:23:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0a595bd1c3
Nuxt
/
test
/
fixtures
/
basic
/
nuxt.config.js
12 lines
151 B
JavaScript
Raw
Normal View
History
Unescape
Escape
test 100%
2016-12-21 19:51:43 +00:00
module
.
exports
=
{
generate
:
{
routeParams
:
{
Fix tests
2017-02-22 18:20:17 +00:00
'/users/:id?'
:
[
test 100%
2016-12-21 19:51:43 +00:00
{
id
:
1
}
,
{
id
:
2
}
,
{
id
:
3
}
]
}
}
}
Reference in New Issue
Copy Permalink