Guest User

Untitled

a guest
Dec 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <template>
  2. <style>div { min-width: 100px; min-height: 1em; border: 1px dashed; } div + div { margin-top: 1em; }</style>
  3. <div textcontent.bind="val" contenteditable="true"></div>
  4. <div innerhtml.bind="val | sanitizeHTML"></div>
  5. <div innerhtml.bind="val"></div>
  6. <div>${val}</div>
  7. </template>
Add Comment
Please, Sign In to add comment