Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <template>
  2. <div v-if="active">
  3. <slot/>
  4. </div>
  5. </template>
  6.  
  7. <script>
  8. export default {
  9. name: 'AppDropdownContent',
  10. }
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement