mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
missing space
This commit is contained in:
parent
7f8b37a997
commit
76e9bb63fa
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user