Guest User

Untitled

a guest
Dec 11th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. new Vue({
  2. render: h => h(App),
  3. router,
  4. // Provide the store using the "store" option.
  5. // this will inject the store instance to all child components.
  6. store,
  7. }).$mount('#app');
Add Comment
Please, Sign In to add comment