Guest User

Untitled

a guest
Oct 17th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <template>
  2. <div>
  3. <slot name="toggler">
  4. <button>Toggle</button>
  5. </slot>
  6. <slot/>
  7. </div>
  8. </template>
  9.  
  10. <script>
  11. export default {
  12. name: 'AppDropdown'
  13. }
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment