From 76e9bb63fa0e15ad5224e31e797e0e40eaeab59f Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 5 May 2017 18:25:39 +0430 Subject: [PATCH] missing space --- lib/app/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/app/App.vue b/lib/app/App.vue index e1fd1eedee..9158cb321a 100644 --- a/lib/app/App.vue +++ b/lib/app/App.vue @@ -9,7 +9,7 @@ <% if (loading) { %>import NuxtLoading from '<%= (typeof loading === "string" ? loading : "./components/nuxt-loading.vue") %>'<% } %> <% css.forEach(function (c) { %> -import '<%= c.src ||c %>' +import '<%= c.src || c %>' <% }) %> let layouts = {