Use spaces instead of tabs for consistency

Since the rest of the file is using spaces, I changed the tabs before `NuxtLoading` to spaces as well.
This commit is contained in:
Chris Fritz 2016-12-12 18:59:48 -05:00 committed by GitHub
parent ca7d8bc3a8
commit 12e6b6cb9c

View File

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