From ce0a89508e3123d59e434c5ec7ba6580327c1b0f Mon Sep 17 00:00:00 2001 From: Alexandre Chopin Date: Sun, 11 Dec 2016 13:34:08 +0100 Subject: [PATCH] update routes options default --- lib/nuxt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nuxt.js b/lib/nuxt.js index 5ebd1b9a2a..f3563d3a71 100644 --- a/lib/nuxt.js +++ b/lib/nuxt.js @@ -42,7 +42,7 @@ class Nuxt { router: { base: '/', linkActiveClass: 'router-link-active', - routes: [] + routes: {} }, build: {} }