We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b04f723 + 70ffd9d commit 1d02c5bCopy full SHA for 1d02c5b
src/app.js
@@ -24,6 +24,6 @@ const app = new Vue({
24
})
25
26
// expose the app, the router and the store.
27
-// note we not mounting the app here, since bootstrapping will be
28
-// different depending on whether we are in browser or on the server.
+// note we are not mounting the app here, since bootstrapping will be
+// different depending on whether we are in a browser or on the server.
29
export { app, router, store }
0 commit comments