mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
- 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
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
module.exports = {
|
|
// Nuxt.js configuration file
|
|
// Please look at https://nuxtjs.org/docs/config-file
|
|
}
|