Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. import DemoComponent from './components/DemoComponent.vue';
  2. import AnotherComponent from './components/AnotherComponent.vue';
  3.  
  4. export default {
  5. DemoComponent,
  6. AnotherComponent
  7. };
Add Comment
Please, Sign In to add comment