mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Merge pull request #62 from chrisvfritz/patch-1
Use spaces instead of tabs for consistency
This commit is contained in:
commit
0f81a13cda
@ -47,7 +47,7 @@ export default {
|
|||||||
},
|
},
|
||||||
<% } %>
|
<% } %>
|
||||||
components: {
|
components: {
|
||||||
NuxtError<%= (loading ? ',\n\t\tNuxtLoading' : '') %>
|
NuxtError<%= (loading ? ',\n NuxtLoading' : '') %>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user