Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <!-- chartWrapper.html -->
  2. <template>
  3. <style>
  4. :host {
  5. display: inline-block ;
  6. width: 50% ;
  7. height: 200px ;
  8. }
  9. </style>
  10. <slot></slot>
  11. </template>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement