Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <template id="greeting-template">
  2. <h1>Welcome to coligo!</h1>
  3. <button>login</button>
  4. <button>signup</button>
  5. <a href="http://coligo.io">Check out the other tutorials!</a>
  6. </template>
  7.  
  8. <script>
  9. Vue.component('mytemplate', {
  10. template: '#greeting-template'
  11. })
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement