You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 line
263 B

  1. <template>
  2. <article class="atropos">
  3. there shoudlbe atropos
  4. <atropos-component class="my-atropos">
  5. </atropos-component>
  6. </article>
  7. </template>
  8. <style>
  9. .atropos {
  10. background-color: red;
  11. }
  12. .my-atropos {
  13. width: 320px;
  14. height: 460px;
  15. }
  16. </style>