Merge pull request #62 from chrisvfritz/patch-1

Use spaces instead of tabs for consistency
This commit is contained in:
Sébastien Chopin 2016-12-13 10:41:49 +01:00 committed by GitHub
commit 0f81a13cda

View File

@ -47,7 +47,7 @@ export default {
}, },
<% } %> <% } %>
components: { components: {
NuxtError<%= (loading ? ',\n\t\tNuxtLoading' : '') %> NuxtError<%= (loading ? ',\n NuxtLoading' : '') %>
} }
} }
</script> </script>