Advertisement
Guest User

Untitled

a guest
May 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <template>
  2. <p>View</p>
  3. <Componetnt1>
  4. <Componetnt2>
  5. <.Componetnt1>
  6.  
  7. </template>
  8.  
  9. <script>
  10. import Componetnt1 from './Componetnt1'
  11. import Componetnt2 from './Componetnt2'
  12.  
  13. export default {
  14. name: 'View',
  15. components: {
  16. Componetnt1,
  17. Componetnt2
  18. }
  19. }
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement