fix: remove extra text (#4187)

This commit is contained in:
Pim 2018-10-24 18:36:53 +02:00 committed by Pooya Parsa
parent da7c01f0d4
commit 972c3a7b10

View File

@ -58,7 +58,7 @@ async function createApp(ssrContext) {
<% } %>
<% } %>
// Create Root instance13:14:29: Error: can't open file '.eslintrc.js' (error 2: No such file or directory)
// Create Root instance
// here we inject the router and store to all child components,
// making them available everywhere as `this.$router` and `this.$store`.