Commit 1d02c5b8 authored by Evan You's avatar Evan You Committed by GitHub

Merge pull request #41 from juukie/juukie-patch-1

Typo's
parents b04f723f 70ffd9d1
...@@ -24,6 +24,6 @@ const app = new Vue({ ...@@ -24,6 +24,6 @@ const app = new Vue({
}) })
// expose the app, the router and the store. // expose the app, the router and the store.
// note we not mounting the app here, since bootstrapping will be // note we are not mounting the app here, since bootstrapping will be
// different depending on whether we are in browser or on the server. // different depending on whether we are in a browser or on the server.
export { app, router, store } export { app, router, store }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment