Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Vue.component(
  2. 'passport-clients',
  3. require('./components/passport/Clients.vue')
  4. );
  5.  
  6. Vue.component(
  7. 'passport-authorized-clients',
  8. require('./components/passport/AuthorizedClients.vue')
  9. );
  10.  
  11. Vue.component(
  12. 'passport-personal-access-tokens',
  13. require('./components/passport/PersonalAccessTokens.vue')
  14. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement