Guest User

Untitled

a guest
Apr 26th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <template>
  2. <div>
  3. <slot name="title"/>
  4. <slot/>
  5. </div>
  6. </template>
  7.  
  8. <script>
  9. </script>
  10.  
  11. <style scoped>
  12. div {
  13. border: 1px solid blue;
  14. background-color: lightblue;
  15. padding: 30px;
  16. margin: 20px auto;
  17. text-align: center;
  18. }
  19. </style>
Add Comment
Please, Sign In to add comment