Guest User

Untitled

a guest
May 25th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <span class="top-buttons" v-if="showTopButtons">
  2. <Button @click="selectAll">
  3. <Icon type="android-remove-circle"></Icon>
  4. Select All
  5. </Button>
  6. <component :is="???">
  7. <Button @click="moveToDrafts">
  8. <Icon type="android-cancel"></Icon>
  9. Move to Drafts
  10. </Button>
  11. <Button @click="publish">
  12. <Icon type="android-cancel"></Icon>
  13. Publish
  14. </Button>
  15. <Button @click="publish">
  16. <Icon type="android-cancel"></Icon>
  17. Publish
  18. </Button>
  19. </component>
  20. <Button @click="deleteTour">
  21. <Icon type="trash-a"></Icon>
  22. Delete
  23. </Button>
  24. </span>
Add Comment
Please, Sign In to add comment