Guest User

Untitled

a guest
Oct 17th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // src/client.js
  2. const route = await router.resolve({
  3. ...context,
  4. pathname: location.pathname,
  5. /**/ store: JSON.parse(window.App.store), // Parse store from rendered HTML
  6. query: queryString.parse(location.search),
  7. });
Add Comment
Please, Sign In to add comment