Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.14 KB | None | 0 0
  1. <template>
  2.   <comp-a>
  3.     <span class="styleA">hello world</span>
  4.   </comp-a>
  5. </template>
  6. <style scoped>
  7. .styleA{
  8. color: red;
  9. }
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement