This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-12 00:53:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1bd8a63f9e
Nuxt
/
examples
/
custom-routes
/
nuxt.config.js
6 lines
104 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Version 0.1.6 - Add example /custom-routes/ - Rename example/with-store/ to examples/vuex-store/ - Feature: Add .vue at the end of the component if not specified in custom routes - Feature: Add .params and .query in the context - Feature: Add .name in route if given in custom routes
2016-11-07 20:38:51 +00:00
module
.
exports
=
{
routes
:
[
Fix route name in 0.1.7
2016-11-07 20:42:48 +00:00
{
name
:
'user'
,
path
:
'/users/:id'
,
component
:
'pages/_user'
}
Version 0.1.6 - Add example /custom-routes/ - Rename example/with-store/ to examples/vuex-store/ - Feature: Add .vue at the end of the component if not specified in custom routes - Feature: Add .params and .query in the context - Feature: Add .name in route if given in custom routes
2016-11-07 20:38:51 +00:00
]
}
Reference in New Issue
Copy Permalink