Guest User

Untitled

a guest
Dec 10th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <template>
  2. <my-button-counter></my-button-counter>
  3. </template>
  4.  
  5. <script>
  6. import MyButtonCounter from "./MyButtonCounter.vue";
  7.  
  8. export default {
  9. components: {
  10. MyButtonCounter
  11. }
  12. }
  13. </script>
  14.  
  15. <style>
  16.  
  17. </style>
Add Comment
Please, Sign In to add comment