Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <template>
  2. <h1>${message}</h1>
  3. <div id='outer' click.trigger='addBook()' style='padding:100px; border:1px solid grey'>
  4. <div id='inner' style='width:100px; height:100px; background-color:grey; color:white'> inner div </div>
  5. </div>
  6.  
  7. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement