Guest User

Untitled

a guest
Dec 11th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // src/main.js
  2. import router from './router';
  3. ...
  4. new Vue({
  5. render: h => h(App),
  6. router,
  7. store,
  8. }).$mount('#app');
Add Comment
Please, Sign In to add comment