missing space

This commit is contained in:
Pooya Parsa 2017-05-05 18:25:39 +04:30
parent 7f8b37a997
commit 76e9bb63fa

View File

@ -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 = {